File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22PHPCS_BIN=/usr/local/bin/phpcs
33PHPMD_BIN=/usr/local/bin/phpmd
44
5- # The coding standard, you can also specify a path to your own standard here.
5+ # The PHP CodeSniffer coding standard, you can also specify a path to your
6+ # own standard here.
67# e. g. /path/to/my/standard/dir/
78PHPCS_CODING_STANDARD=PSR2
89
9- # Comma-separated list of file patterns being ignored.
10+ # Comma-separated list of file patterns being ignored by PHP CodeSniffer .
1011PHPCS_IGNORE=
1112
12- # Comma-seperated list of sniffs from the standard that should be used.
13+ # Comma-seperated list of sniffs from PHP CodeSniffer that should be used.
1314# Use `phpcs --standard=PSR1 -e` to list sniffs for your standard.
1415PHPCS_SNIFFS=Generic.Files.ByteOrderMark,Generic.PHP.DisallowShortOpenTag
1516
16- # Egrep compatible pattern of files to be checked.
17+ # Egrep compatible pattern of files to be checked by PHP CodeSniffer .
1718PHPCS_FILE_PATTERN="\.(php)$"
1819
19- # Ignore warnings.
20+ # Ignore PHP CodeSniffer warnings.
2021PHPCS_IGNORE_WARNINGS=1
2122
22- # Encoding.
23+ # PHP CodeSniffer Encoding.
2324PHPCS_ENCODING=utf-8
2425
2526# PHP Mess Detector output mode (default: text).
You can’t perform that action at this time.
0 commit comments