Skip to content

Commit

Permalink
Updated codeclimate config.
Browse files Browse the repository at this point in the history
- Excluded empty ClientException.
  • Loading branch information
denpamusic committed Sep 19, 2018
1 parent aa14d94 commit 27e6c39
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
engines:
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
- php
- php
fixme:
enabled: true
phpmd:
enabled: true

ratings:
paths:
- "**.php"

exclude_paths:
- tests/
exclude_patterns:
- "tests/"
- "src/Exceptions/ClientException.php" # empty exception

0 comments on commit 27e6c39

Please sign in to comment.