Engine flags issues under .git
Closed this issue · 3 comments
pbrisbin commented
There seems to be a "this is not a PHP file" check and it's generating issues for files under .git. This 1) doesn't make sense and 2) causes problems when we attempt to render these issues on the site.
opalenet-yann commented
Noticed a similar issues, a temporary fixed seems to add into the codeclimate.yml the phpcondesniffer config
phpcodesniffer:
enabled: true
config:
file_extensions: "php"