Skip to content

Commit 2dccbb2

Browse files
author
Ian Egner
committed
Code climate config
1 parent 6a9b390 commit 2dccbb2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.codeclimate.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
- "**.css"
18+
- "**.scss"
19+
- "**.js"
20+
exclude_paths:
21+
- docs/js/scripts.js
22+
- docs/js/highlight.min.js
23+
- docs/js/jquery-ui.js
24+
- docs/js/jquery.js
25+
- docs/js/pug.js
26+
- docs/css/docs.css

0 commit comments

Comments
 (0)