This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.3 by this push:
new e33c126a5e0 [FLINK-40272][build] Add cache file for checkstyle
e33c126a5e0 is described below
commit e33c126a5e0f1eb4b00f3d17e03f96359cd1c37e
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Aug 2 14:52:03 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 9ab1d25f286..49a425f9455 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2236,6 +2236,7 @@ under the License.
<configLocation>/tools/maven/checkstyle.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<failOnViolation>true</failOnViolation>
+
<cacheFile>${project.basedir}/.checkstyle-cachefile</cacheFile>
</configuration>
</plugin>