Skip to content

Commit

Permalink
Disable camel case checks
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Oct 20, 2016
1 parent 856d5a3 commit 52397a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
languages:
PHP: true

exclude_paths:
- "tests/*"
- "stubs/*"
- "stubs/*"

engines:
phpmd:
enabled: true
checks:
Controversial/CamelCaseParameterName:
enabled: false

0 comments on commit 52397a1

Please sign in to comment.