mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Suppress third-party code from checkstyle
Suppress `BCrypt` and `ComparableVersion` from checkstyle since these source files were developed by a third-party. Issue gh-8945
This commit is contained in:
parent
8142e4046f
commit
863c0873dd
@ -43,4 +43,8 @@
|
||||
<suppress files=".*" checks="SpringTernary" />
|
||||
<suppress files=".*" checks="WhitespaceAfter" />
|
||||
<suppress files=".*" checks="WhitespaceAround" />
|
||||
|
||||
<!-- Ignore third-party code -->
|
||||
<suppress files="BCrypt\.java|BCryptTests\.java" checks=".*"/>
|
||||
<suppress files="org[\\/]springframework[\\/]security[\\/]core[\\/]ComparableVersion\.java" checks=".*"/>
|
||||
</suppressions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user