Skip to content

Commit 48e0910

Browse files
committed
Use onkcop
1 parent 39150d9 commit 48e0910

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/tmp/
1010
/vendor/bundle/
1111
/node_modules/
12+
/.rubocop-*

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
inherit_from:
2+
- https://github.com/onk/onkcop/raw/v0.51.0.0/config/rubocop.yml
3+
4+
AllCops:
5+
TargetRubyVersion: 2.2
6+
Exclude:
7+
- 'bin/**/*'

0 commit comments

Comments
 (0)