We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98ac5c commit fdabd49Copy full SHA for fdabd49
1 file changed
.rubocop.yml
@@ -52,6 +52,10 @@ Lint/EndAlignment:
52
Style/FileName:
53
Enabled: false
54
55
+# Sometimes it's cleaner without this
56
+Style/Documentation:
57
+ Enabled: false
58
+
59
# To fix later
60
Style/PercentLiteralDelimiters:
61
0 commit comments