Skip to content

Commit 4cc533c

Browse files
committed
Add codeclimate config file
1 parent 4d5936a commit 4cc533c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.codeclimate.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- ruby
8+
- javascript
9+
- python
10+
- php
11+
eslint:
12+
enabled: true
13+
fixme:
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+
- dist/
26+
- test/
27+
- src/grammar-parser/

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*{.,-}min.js

0 commit comments

Comments
 (0)