Do not use the propertie for checkstyle header file path that lead to the checkstyle plugin of IntelliJ idea not work.
This commit is contained in:
parent
17cb21d642
commit
5c95e40ccd
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<!-- header -->
|
||||
<module name="Header">
|
||||
<property name="headerFile" value="${checkstyle.header.file}"/>
|
||||
<property name="headerFile" value="CHECKSTYLE_HEAD"/>
|
||||
</module>
|
||||
|
||||
<module name="RegexpSingleline">
|
||||
|
|
|
|||
Loading…
Reference in New Issue