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
e161c6f8
Commit
e161c6f8
authored
Jun 04, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Broaden files covered by checkstyle
Closes gh-16682
parent
80d8a5cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
pom.xml
spring-boot-parent/pom.xml
+3
-1
checkstyle-suppressions.xml
...ng-boot-parent/src/checkstyle/checkstyle-suppressions.xml
+3
-1
nohttp-whitelist.txt
spring-boot-parent/src/checkstyle/nohttp-whitelist.txt
+2
-1
pom.xml
spring-boot-samples/pom.xml
+3
-1
No files found.
spring-boot-parent/pom.xml
View file @
e161c6f8
...
...
@@ -540,7 +540,9 @@
<suppressionsLocation>
src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<resourceIncludes>
**\/*.*
</resourceIncludes>
<sourceDirectories>
./
</sourceDirectories>
<includes>
**/*
</includes>
<excludes>
.git/**/*,target/**/*
</excludes>
</configuration>
<goals>
<goal>
check
</goal>
...
...
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
View file @
e161c6f8
...
...
@@ -3,7 +3,9 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress
files=
"[\\/]target[\\/]"
checks=
".*"
/>
<suppress
files=
"[\\/]transaction-logs[\\/]"
checks=
".*"
/>
<suppress
files=
"[\\/]target[\\/]"
checks=
".*"
/>
<suppress
files=
"[\\/]build.log"
checks=
".*"
/>
<suppress
files=
".+\.[jar|git|ico|p12]"
checks=
".*"
/>
<suppress
files=
"SpringApplicationTests\.java"
checks=
"FinalClass"
/>
<suppress
files=
".+Configuration\.java"
checks=
"HideUtilityClassConstructor"
/>
...
...
spring-boot-parent/src/checkstyle/nohttp-whitelist.txt
View file @
e161c6f8
^http://livereload.com/protocols/official-7$
^http://livereload.com/protocols/official-7.*
^http://exslt.org/common.*
spring-boot-samples/pom.xml
View file @
e161c6f8
...
...
@@ -172,7 +172,9 @@
<suppressionsLocation>
../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<resourceIncludes>
**\/*.*
</resourceIncludes>
<sourceDirectories>
./
</sourceDirectories>
<includes>
**/*
</includes>
<excludes>
.git/**/*,target/**/*
</excludes>
</configuration>
<goals>
<goal>
check
</goal>
...
...
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