Merge pull request #3
* Start implementing command preprocessors * Call the preprocessing step and also add a command suggestions processor * Merge branch 'master' into preprocessing * Improve command pre-processing
This commit is contained in:
parent
75f65c2da2
commit
e01fd6af37
13 changed files with 534 additions and 20 deletions
|
|
@ -32,6 +32,7 @@
|
|||
-->
|
||||
|
||||
<module name="Checker">
|
||||
|
||||
<!--
|
||||
If you set the basedir property below, then all reported file
|
||||
names will be relative to the specified directory. See
|
||||
|
|
@ -41,7 +42,7 @@
|
|||
-->
|
||||
<property name="severity" value="error"/>
|
||||
|
||||
<property name="fileExtensions" value="java, properties, xml"/>
|
||||
<property name="fileExtensions" value="java, properties"/>
|
||||
|
||||
<!-- Excludes all 'module-info.java' files -->
|
||||
<!-- See https://checkstyle.org/config_filefilters.html -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue