Suppress JavadocVariable checkstyle rule for tests.
This commit is contained in:
@@ -13,4 +13,5 @@
|
||||
<suppress files=".*EnvironmentRepositoryFactory\.java" checks="LineLengthCheck"/>
|
||||
<suppress files=".*VaultEnvironmentRepositoryIntegrationTests\.java" checks="LineLengthCheck"/>
|
||||
<suppress files=".*HttpClientSupportTest\.java" checks="LineLengthCheck"/>
|
||||
<suppress files=".*Tests.*" checks="JavadocVariable"/>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user