Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 7d83333

Browse files
committed
updated code climate
1 parent 26c9e58 commit 7d83333

File tree

2 files changed

+1179
-3
lines changed

2 files changed

+1179
-3
lines changed

.codeclimate.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
languages:
2-
Ruby: true
3-
JavaScript: false
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+
rubocop:
14+
enabled: true
15+
ratings:
16+
paths:
17+
- "**.inc"
18+
- "**.js"
19+
- "**.jsx"
20+
- "**.module"
21+
- "**.php"
22+
- "**.py"
23+
- "**.rb"
424
exclude_paths:
525
- example/**/*
626
- lib/sources/**/*

0 commit comments

Comments
 (0)