This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.2 by this push:
new b268945bfac [FLINK-40272][build] Add cache file for checkstyle
b268945bfac is described below
commit b268945bfacc8ae789db81e7dcac8213b1fcbede
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Aug 2 16:42:22 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 ecda8f4f672..28efdcd79c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,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 d7a467e0922..25ab5521954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2242,6 +2242,7 @@ under the License.
<configLocation>/tools/maven/checkstyle.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
+
<cacheFile>${project.basedir}/.checkstyle-cachefile</cacheFile>
</configuration>
</plugin>