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 9b272ad commit d33001dCopy full SHA for d33001d
.rubocop.yml
@@ -25,3 +25,5 @@ Lint/UnusedMethodArgument:
25
Lint/UnusedBlockArgument:
26
Enabled: true
27
AutoCorrect: false
28
+Style/CommentAnnotation: # Complains about my :-less TODO style...
29
+ Enabled: false
0 commit comments