You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`codeclimate-phpcodesniffer` is a Code Climate engine that wraps the [PHP_Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) static analysis tool. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.
4
6
5
7
PHP_CodeSniffer helps you detect violations of a defined coding standard.
@@ -15,7 +17,9 @@ PHP_CodeSniffer helps you detect violations of a defined coding standard.
15
17
Format the values for these config options per the [PHP_CodeSniffer documentation](https://github.com/squizlabs/PHP_CodeSniffer).
16
18
17
19
* file_extensions - This is where you can configure the file extensions for the files that you want PHP_CodeSniffer to analyze.
18
-
* standard - This is the comma delimited list of standards that you want PHP_CodeSniffer to use while analyzing your files.
20
+
* standard - This is the comma delimited list of standards that you want
21
+
PHP_CodeSniffer to use while analyzing your files. You may optionally include
22
+
a relative path to a custom phpcs ruleset.xml file.
19
23
* ignore_warnings - You can hide warnings, and only report errors with this option.
20
24
* encoding - By default, PHPCS uses ISO-8859-1. Use this to change it to your encoding, e.g. UTF-8.
21
25
@@ -28,7 +32,7 @@ Format the values for these config options per the [PHP_CodeSniffer documentatio
0 commit comments