This is an automated email from the ASF dual-hosted git repository.
mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new a0a9c56d78d IGNITE-27982 Fix IDEA checkstyle plugin (#7664)
a0a9c56d78d is described below
commit a0a9c56d78dcd0adcba2e5a6021b214c8ca28512
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Wed Feb 25 17:14:10 2026 +0300
IGNITE-27982 Fix IDEA checkstyle plugin (#7664)
---
.idea/checkstyle-idea.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml
index 3d0cf2aa55c..3cb24ca6b86 100644
--- a/.idea/checkstyle-idea.xml
+++ b/.idea/checkstyle-idea.xml
@@ -3,7 +3,10 @@
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>10.26.1</checkstyleVersion>
<scanScope>JavaOnlyWithTests</scanScope>
- <option name="thirdPartyClasspath" />
+ <option name="thirdPartyClasspath">
+ <option
value="$PROJECT_DIR$/modules/checkstyle-custom/build/classes/java/main" />
+ <option
value="$PROJECT_DIR$/modules/checkstyle-custom/build/resources/main" />
+ </option>
<option name="activeLocationIds">
<option value="610eb513-51a7-4863-aaf8-feef91fd2055" />
</option>