1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

Merge pull request #5751 from AlfredoRamos/ticket/16235

[ticket/16235] Fix PHP CodeSniffer ignore patterns
This commit is contained in:
Marc Alexander 2019-12-12 18:34:06 +01:00
commit 02689df8f7
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -22,7 +22,6 @@ then
-s \
--extensions=php \
--standard=build/code_sniffer/ruleset-php-extensions.xml \
"--ignore=phpBB/ext/$EXTNAME/tests/*" \
"--ignore=phpBB/ext/$EXTNAME/vendor/*" \
"phpBB/ext/$EXTNAME"
--ignore=*/"$EXTNAME"/tests/*,*/"$EXTNAME"/vendor/* \
phpBB/ext/"$EXTNAME"
fi