File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PHP_CodeSniffer helps you detect violations of a defined coding standard.
12
12
2 . Run ` codeclimate engines:enable phpcodesniffer ` . This command both installs the engine and enables it in your ` .codeclimate.yml ` file.
13
13
3 . You're ready to analyze! Browse into your project's folder and run ` codeclimate analyze ` .
14
14
15
- ###Config Options
15
+ ### Config Options
16
16
17
17
Format the values for these config options per the [ PHP_CodeSniffer documentation] ( https://github.com/squizlabs/PHP_CodeSniffer ) .
18
18
@@ -23,7 +23,7 @@ a relative path to a custom phpcs ruleset.xml file.
23
23
* ignore_warnings - You can hide warnings, and only report errors with this option.
24
24
* encoding - By default, PHPCS uses ISO-8859-1. Use this to change it to your encoding, e.g. UTF-8.
25
25
26
- ###Sample Config
26
+ ### Sample Config
27
27
28
28
exclude_paths:
29
29
- "/examples/**/*"
You can’t perform that action at this time.
0 commit comments