Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit ef3555a

Browse files
committed
Add .codeclimate.yml file
1 parent fa91649 commit ef3555a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.codeclimate.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
engines:
2+
rubocop:
3+
enabled: true
4+
duplication:
5+
enabled: true
6+
config:
7+
languages:
8+
- ruby
9+
10+
ratings:
11+
paths:
12+
- "**.rb"
13+
14+
exclude_paths:
15+
- etc/**/*
16+
- examples/**/*
17+
- spec/**/*

0 commit comments

Comments
 (0)