mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 06:56:53 +00:00
Change the phpcs config.
This commit is contained in:
parent
71e59ccabb
commit
9f1f22fbd7
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ruleset name="RSS-Bridge Ruleset">
|
<ruleset name="RSS-Bridge Ruleset">
|
||||||
<description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
|
<description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
|
||||||
<exclude-pattern>./css</exclude-pattern>
|
<exclude-pattern>./static</exclude-pattern>
|
||||||
<exclude-pattern>./vendor</exclude-pattern>
|
<exclude-pattern>./vendor</exclude-pattern>
|
||||||
<!-- Duplicate class names are not allowed -->
|
<!-- Duplicate class names are not allowed -->
|
||||||
<rule ref="Generic.Classes.DuplicateClassName"/>
|
<rule ref="Generic.Classes.DuplicateClassName"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user