You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Test-Miroir/.codeclimate.yml

23 lines
501 B

engines:
phpcodesniffer:
enabled: true
config:
file_extensions: "php"
phpmd:
enabled: true
config:
file_extensions: "php"
standard: "PSR1,Squiz"
checks:
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
Controversial/CamelCaseVariableName:
enabled: false
Controversial/CamelCasePropertyName:
enabled: false
ratings:
paths:
- "SourceQuery/**.php"