issues
search
PHPCSStandards
/
composer-installer
Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
559
stars
36
forks
source link
PHPCS: various minor tweaks
#57
Closed
jrfnl
closed
6 years ago
jrfnl
commented
6 years ago
Proposed Changes
Add the PHPCS custom ruleset to the
export-ignore
list in
.gitattributes
.
Add the files which can be used by individual devs to overrule the project PHPCS ruleset to the
.gitignore
file.
Strip down the file paths PHPCS shows in reports to the path relative to the project root.
frenck
commented
6 years ago
Thanks! 👍
Proposed Changes
export-ignore
list in.gitattributes
..gitignore
file.