mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
7 lines
226 B
XML
7 lines
226 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
||
|
<ruleset name="super-linter">
|
||
|
<description>The default coding standard for usage with GitHub Super-Linter. It just includes PSR12.</description>
|
||
|
<rule ref="PSR12" />
|
||
|
</ruleset>
|