diff options
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,8 +3,6 @@ <description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description> <!-- to circumvent https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 --> <arg name="tab-width" value="40"/> - <exclude-pattern>./static</exclude-pattern> - <exclude-pattern>./vendor</exclude-pattern> <exclude-pattern>./lib/SimplePie/</exclude-pattern> <exclude-pattern>./lib/PHPMailer/</exclude-pattern> <exclude-pattern>./lib/http-conditional.php</exclude-pattern> @@ -28,9 +26,6 @@ <exclude-pattern>./app/install.php</exclude-pattern> <!-- @todo remove test exclusion --> <exclude-pattern>./tests/app/</exclude-pattern> - <!-- @todo remove SQL exclusion --> - <exclude-pattern>./app/SQL/install.sql.mysql.php</exclude-pattern> - <exclude-pattern>./app/SQL/install.sql.pgsql.php</exclude-pattern> <properties> <property name="lineLimit" value="100"/> <!-- needs to be large to accomodate extra large tab width to circumvent https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 --> |
