Skip to content

Commit

Permalink
Extending checkstyle rules to XSD, JSON, YAML and others
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 11, 2019
1 parent d3f6bec commit 5fe4da6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
-->
<property name="severity" value="error"/>

<property name="fileExtensions" value="java, properties, xml"/>
<property name="fileExtensions" value="java, properties, xml, xsd, wsdl, json, yml, yaml"/>

<!-- Excludes all 'module-info.java' files -->
<!-- See https://checkstyle.org/config_filefilters.html -->
Expand Down

0 comments on commit 5fe4da6

Please sign in to comment.