Skip to content

Commit 6e201d6

Browse files
author
emptyewer
committed
+codeclimate config
1 parent a406cda commit 6e201d6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.codeclimate.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- ruby
8+
- javascript
9+
- python
10+
- php
11+
fixme:
12+
enabled: true
13+
radon:
14+
enabled: true
15+
ratings:
16+
paths:
17+
- "**.inc"
18+
- "**.js"
19+
- "**.jsx"
20+
- "**.module"
21+
- "**.php"
22+
- "**.py"
23+
- "**.rb"
24+
exclude_paths:
25+
- libraries/*

0 commit comments

Comments
 (0)