We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943e3d4 commit c1ddbc4Copy full SHA for c1ddbc4
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