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 10
10
2 . Run ` codeclimate engines:enable phpmd ` . This command both installs the engine and enables it in your ` .codeclimate.yml ` file.
11
11
3 . You're ready to analyze! Browse into your project's folder and run ` codeclimate analyze ` .
12
12
13
- ###Config Options
13
+ ### Config Options
14
14
15
15
Format the values for these config options per the [ PHPMD documentation] ( http://phpmd.org/documentation/index.html ) .
16
16
17
17
* file_extensions - This is where you can configure the file extensions for the files that you want PHPMD to analyze.
18
18
* rulesets - This is the list of rulesets that you want PHPMD to use while analyzing your files.
19
19
20
- ###Sample Config
20
+ ### Sample Config
21
21
22
22
exclude_paths:
23
23
- "/examples/**/*"
You can’t perform that action at this time.
0 commit comments