Skip to content

Commit 9665298

Browse files
author
Sebastian Krätzig
committed
CodeClimate: Added example files to ignore list
1 parent 02c1a60 commit 9665298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codeclimate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Advanced Configuration for CodeClimate: https://docs.codeclimate.com/docs
22
languages:
33
PHP: true
4-
exclude_paths: ["tests/*"]
4+
exclude_paths: ["tests/*", "examples/*"]
55
version: "2" # required to adjust maintainability checks
66
checks:
77
argument-count:

0 commit comments

Comments
 (0)