mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
2c548620af
* Move instructions from the wiki to docs * Add missing code * Fix linting errors * Fix indentation * Don't add deleted docs back * Remove slim readme
6 lines
219 B
XML
6 lines
219 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<ruleset name="super-linter">
|
|
<description>The default coding standard for usage with Super-Linter. It just includes PSR12.</description>
|
|
<rule ref="PSR12" />
|
|
</ruleset>
|