Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 438ab47

Browse files
orenykSydney Young
authored and
Sydney Young
committed
Remove rubocop and eslint from CodeClimate
This was causing issues with the difference in version between CodeClimate and our style checking task so we're just turning it off. Note that all the other engines needed to be kept enabled explicitly. Also removed ESLint since we don't really use it.
1 parent 6e765c7 commit 438ab47

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.codeclimate.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
engines:
2+
brakeman:
3+
enabled: true
4+
bundler-audit:
5+
enabled: true
6+
duplication:
7+
enabled: true
8+
fixme:
9+
enabled: true
10+
rubocop:
11+
enabled: false
12+

0 commit comments

Comments
 (0)