Skip to content

Commit cc448cc

Browse files
committed
Adds codeclimate file.
1 parent 6fcf4c9 commit cc448cc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.codeclimate.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
engines:
2+
eslint:
3+
enabled: true
4+
csslint:
5+
enabled: true
6+
phpcodesniffer:
7+
enabled: true
8+
fixme:
9+
enabled: true
10+
11+
ratings:
12+
paths:
13+
- tools/src/**
14+
- tools/build.php
15+
- tools/index.php
16+
17+
exclude_paths:
18+
- tools/phpseclib0.3.9/**
19+
- git-deploy

0 commit comments

Comments
 (0)