This is an automated email from the ASF dual-hosted git repository.

sdanilov 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 d579f0a73c IGNITE-17715 Specify default path to the checkstyle header 
(#1096)
d579f0a73c is described below

commit d579f0a73cd1299a8f6aea687eab573bcf39648f
Author: Alexander Polovtcev <[email protected]>
AuthorDate: Mon Sep 19 12:29:50 2022 +0300

    IGNITE-17715 Specify default path to the checkstyle header (#1096)
---
 check-rules/checkstyle-rules.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check-rules/checkstyle-rules.xml b/check-rules/checkstyle-rules.xml
index 457906d868..a8f342e64b 100644
--- a/check-rules/checkstyle-rules.xml
+++ b/check-rules/checkstyle-rules.xml
@@ -385,7 +385,7 @@
     </module>
   </module>
   <module name="Header">
-    <property name="headerFile" value="${checkstyle.header.file}"/>
+    <property name="headerFile" value="${checkstyle.header.file}" 
default="LICENSE.txt"/>
     <property name="fileExtensions" value="java"/>
   </module>
 </module>

Reply via email to