We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aa83a9 + 09bf637 commit 4ed37deCopy full SHA for 4ed37de
.rubocop.yml
@@ -1,6 +1,11 @@
1
+AllCops:
2
+ TargetRubyVersion: 2.4
3
+
4
Style/StringLiterals:
5
Enabled: false
6
7
Metrics/BlockLength:
8
9
10
+Style/ClassAndModuleChildren:
11
+ Enabled: false
hound.yml
@@ -0,0 +1,3 @@
+ruby:
+ enabled: true
+ config_file: .rubocop.yml
0 commit comments