mirror of
https://gh.wpcy.net/https://github.com/presswizards/FreeScoutGPT.git
synced 2026-07-15 05:45:23 +08:00
15 lines
399 B
XML
15 lines
399 B
XML
<?xml version="1.0"?>
|
|
|
|
<ruleset name="PSR-12 based minimal">
|
|
<description>Tectalic Coding Standards</description>
|
|
|
|
<!-- Include the whole PSR-12 standard -->
|
|
<rule ref="PSR12">
|
|
<!-- Ignore Line Length errors -->
|
|
<exclude name="Generic.Files.LineLength.TooLong" />
|
|
</rule>
|
|
|
|
<!-- Define files to check -->
|
|
<file>./src</file>
|
|
<file>./tests</file>
|
|
</ruleset>
|