Closed omargourari closed 8 years ago
I'd like to know if the following is the correct way to add phpmd rules as additional args cause I'd like to apply the larger rules coverage by adding them all.
"phpmd_additional_args": { "cleancode,codesize,controversial,design,naming,unusedcode": "" },
@omargourari Yes, that is also the way I have mine defined:
"phpmd_additional_args": { "codesize,naming,unusedcode": "" },
I'd like to know if the following is the correct way to add phpmd rules as additional args cause I'd like to apply the larger rules coverage by adding them all.
"phpmd_additional_args": { "cleancode,codesize,controversial,design,naming,unusedcode": "" },