We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1a60 commit 9665298Copy full SHA for 9665298
.codeclimate.yml
@@ -1,7 +1,7 @@
1
# Advanced Configuration for CodeClimate: https://docs.codeclimate.com/docs
2
languages:
3
PHP: true
4
-exclude_paths: ["tests/*"]
+exclude_paths: ["tests/*", "examples/*"]
5
version: "2" # required to adjust maintainability checks
6
checks:
7
argument-count:
0 commit comments