Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e70f02c4
Commit
e70f02c4
authored
Sep 10, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Relocate checkstyle configuration
See gh-3928
parent
269815db
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
spring-boot-parent/pom.xml
+4
-4
checkstyle-header.txt
spring-boot-parent/src/checkstyle/checkstyle-header.txt
+0
-0
checkstyle-import-control.xml
...-boot-parent/src/checkstyle/checkstyle-import-control.xml
+0
-0
checkstyle-suppressions.xml
...ng-boot-parent/src/checkstyle/checkstyle-suppressions.xml
+0
-0
checkstyle.xml
spring-boot-parent/src/checkstyle/checkstyle.xml
+0
-0
No files found.
spring-boot-parent/pom.xml
View file @
e70f02c4
...
...
@@ -420,7 +420,7 @@
<outputDirectory>
${project.build.directory}
</outputDirectory>
<resources>
<resource>
<directory>
${main.basedir}/spring-boot-parent
</directory>
<directory>
${main.basedir}/spring-boot-parent
/src/checkstyle
</directory>
<includes>
<include>
checkstyle-import-control.xml
</include>
</includes>
...
...
@@ -438,9 +438,9 @@
<id>
checkstyle-validation
</id>
<phase>
validate
</phase>
<configuration>
<configLocation>
checkstyle.xml
</configLocation>
<suppressionsLocation>
checkstyle-suppressions.xml
</suppressionsLocation>
<headerLocation>
checkstyle-header.txt
</headerLocation>
<configLocation>
src/checkstyle/
checkstyle.xml
</configLocation>
<suppressionsLocation>
src/checkstyle/
checkstyle-suppressions.xml
</suppressionsLocation>
<headerLocation>
src/checkstyle/
checkstyle-header.txt
</headerLocation>
<propertyExpansion>
checkstyle.build.directory=${project.build.directory}
</propertyExpansion>
<encoding>
UTF-8
</encoding>
<consoleOutput>
true
</consoleOutput>
...
...
spring-boot-parent/checkstyle-header.txt
→
spring-boot-parent/
src/checkstyle/
checkstyle-header.txt
View file @
e70f02c4
File moved
spring-boot-parent/checkstyle-import-control.xml
→
spring-boot-parent/
src/checkstyle/
checkstyle-import-control.xml
View file @
e70f02c4
File moved
spring-boot-parent/checkstyle-suppressions.xml
→
spring-boot-parent/
src/checkstyle/
checkstyle-suppressions.xml
View file @
e70f02c4
File moved
spring-boot-parent/checkstyle.xml
→
spring-boot-parent/
src/checkstyle/
checkstyle.xml
View file @
e70f02c4
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment