Skip to content

Commit

Permalink
spring-projectsgh-10333 after merge upstream fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nor-ek committed Nov 4, 2021
1 parent 8e791c8 commit c2ed404
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions etc/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<suppress files=".*" checks="JavadocVariable" />
<suppress files=".*" checks="NonEmptyAtclauseDescription" />
<suppress files=".*" checks="SpringJavadoc" />
<suppress files=".*" checks="AtclauseOrder" />
<suppress files=".*" checks="InnerTypeLast" />

<!-- Ignore third-party code -->
<suppress files="BCrypt\.java|BCryptTests\.java" checks=".*"/>
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ FileTree buildFiles = fileTree(rootDir) {
include '**/*.gradle', '**/*.gradle.kts'
exclude 'build', '**/gradle', 'settings.gradle', 'buildSrc', '/build.gradle', '.*', 'out'
exclude '**/grails3'
exclude 'cas/spring-security-cas.gradle'
if(excludes) {
exclude excludes
}
Expand Down

0 comments on commit c2ed404

Please sign in to comment.