Skip to content

Commit 0507316

Browse files
suppress file size for tests (#9)
* suppress file size for tests * 2.0.0-RC2 --------- Co-authored-by: AboutBits Tech <tech@aboutbits.it>
1 parent 5b84886 commit 0507316

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>it.aboutbits</groupId>
66
<artifactId>java-checkstyle-config</artifactId>
7-
<version>2.0.0-RC1</version>
7+
<version>2.0.0-RC2</version>
88
<description>Checkstyle config for all JAVA projects.</description>
99
<packaging>jar</packaging>
1010

src/main/resources/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<suppress checks="MethodName" files=".*[\\/]src[\\/](test|it)[\\/]"/>
1010
<suppress checks="VisibilityModifier" files=".*[\\/]src[\\/](test|it)[\\/]"/>
1111
<suppress checks="FileTabCharacter" files=".*[\\/]src[\\/](test|it)[\\/]"/>
12+
<suppress checks="FileLength" files=".*[\\/]src[\\/](test|it)[\\/]"/>
1213
</suppressions>

0 commit comments

Comments
 (0)