We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39150d9 commit 48e0910Copy full SHA for 48e0910
.gitignore
@@ -9,3 +9,4 @@
9
/tmp/
10
/vendor/bundle/
11
/node_modules/
12
+/.rubocop-*
.rubocop.yml
@@ -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