mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16235] Fix PHP CodeSniffer ignore patterns
PHPBB3-16235
This commit is contained in:
parent
79a6648b99
commit
3089770fec
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue