This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new 143acd3d9b7 [FLINK-40272][build] Add cache file for checkstyle
143acd3d9b7 is described below
commit 143acd3d9b779b16939f1bb0eb720f9381451610
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Aug 2 14:53:46 2026 +0200
[FLINK-40272][build] Add cache file for checkstyle
---
.gitignore | 1 +
pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9a6ed702843..5c9e1aa4ef1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ scalastyle-output.xml
.project
.version.properties
.spotless-index-file
+.checkstyle-cachefile
filter.properties
logs.zip
.mvn/wrapper/*.jar
diff --git a/pom.xml b/pom.xml
index 9a6a69c5417..3904ad1cf42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2145,6 +2145,7 @@ under the License.
<configLocation>/tools/maven/checkstyle.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
+
<cacheFile>${project.basedir}/.checkstyle-cachefile</cacheFile>
</configuration>
</plugin>