This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new d07664d8c67 [FLINK-40272][build] Add cache file for checkstyle
d07664d8c67 is described below
commit d07664d8c6734f94fd2821f14ee0ad17458ea7e8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Aug 1 10:12:36 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 cd54d67114c..778b0663851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ scalastyle-output.xml
.project
.version.properties
.spotless-index-file
+.checkstyle-cachefile
filter.properties
.mvn/wrapper/*.jar
.mvn/maven.config
diff --git a/pom.xml b/pom.xml
index 670753e010b..82e5475e92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2195,6 +2195,7 @@ under the License.
<configLocation>/tools/maven/checkstyle.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
+
<cacheFile>${project.basedir}/.checkstyle-cachefile</cacheFile>
</configuration>
</plugin>