FreeScoutGPT/vendor/tectalic/openai/phpcs.xml.dist
Михаил Баринов 7210a52e55 first commit
2023-04-14 01:35:57 +03:00

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>