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
java-version: 17
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="SuppressionSingleFilter">
<property name="files" value="[/\\]protobuf[/\\]"/>
<property name="checks" value=".*"/>
<module name="BeforeExecutionExclusionFileFilter">
<property name="protobuf" value="^.*[\\/]protobuf[\\/].*$"/>
</module>
<!--<property name="fileExtensions" value="java, properties, xml"/>-->