Skip to content

Commit

Permalink
Update codeclimate config (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakomski authored May 25, 2022
1 parent 060f052 commit 1d94ad6
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,4 +1,6 @@
engines:
version: "2"

plugins:
phpcodesniffer:
enabled: true
checks:
Expand All @@ -17,3 +19,9 @@ engines:
checks:
php:S1448:
enabled: false

exclude_patterns:
- "examples/"
- "tests/"
- "spec/"
- "benchmarks/"

0 comments on commit 1d94ad6

Please sign in to comment.