Better checkstyle filtering

This commit is contained in:
Anton Tananaev 2024-09-06 10:10:40 -07:00
parent 3f6de0ad9d
commit b2437530d1
2 changed files with 3 additions and 4 deletions

View File

@ -18,4 +18,4 @@ jobs:
distribution: temurin distribution: temurin
java-version: 17 java-version: 17
cache: gradle cache: gradle
- run: ./gradlew build --no-daemon --stacktrace -Dorg.gradle.jvmargs=-Xmx8g - run: ./gradlew build --no-daemon --stacktrace

View File

@ -7,9 +7,8 @@
<module name="SuppressWarningsFilter"/> <module name="SuppressWarningsFilter"/>
<module name="SuppressionSingleFilter"> <module name="BeforeExecutionExclusionFileFilter">
<property name="files" value="[/\\]protobuf[/\\]"/> <property name="protobuf" value="^.*[\\/]protobuf[\\/].*$"/>
<property name="checks" value=".*"/>
</module> </module>
<!--<property name="fileExtensions" value="java, properties, xml"/>--> <!--<property name="fileExtensions" value="java, properties, xml"/>-->