We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c43f commit c3f30dcCopy full SHA for c3f30dc
1 file changed
.rubocop.yml
@@ -44,6 +44,10 @@ Style/FetchEnvVar:
44
Metrics/CyclomaticComplexity:
45
Max: 12
46
47
+# this rule doesn't always work well with Ruby
48
+Layout/FirstHashElementIndentation:
49
+ Enabled: false
50
+
51
AllCops:
52
# hide message
53
SuggestExtensions: false
0 commit comments