mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
7 lines
216 B
XML
7 lines
216 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
||
|
<ruleset name="super-linter">
|
||
|
<description>The default coding standard for usage with super-linter. Just includes PSR12.</description>
|
||
|
<rule ref="PSR12" />
|
||
|
</ruleset>
|