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.
12122 .  Run ` codeclimate engines:enable phpcodesniffer ` . This command both installs the engine and enables it in your ` .codeclimate.yml `  file.
13133 .  You're ready to analyze! Browse into your project's folder and run ` codeclimate analyze ` .
1414
15- ###Config Options
15+ ###  Config Options  
1616
1717Format the values for these config options per the [ PHP_CodeSniffer documentation] ( https://github.com/squizlabs/PHP_CodeSniffer ) .
1818
@@ -23,7 +23,7 @@ a relative path to a custom phpcs ruleset.xml file.
2323*  ignore_warnings - You can hide warnings, and only report errors with this option.
2424*  encoding - By default, PHPCS uses ISO-8859-1. Use this to change it to your encoding, e.g. UTF-8.
2525
26- ###Sample Config
26+ ###  Sample Config  
2727
2828 exclude_paths: 
2929  - "/examples/**/*" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments