mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
6 lines
226 B
XML
6 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>
|