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 b392f9a commit f53dd4bCopy full SHA for f53dd4b
.rubocop.yml
@@ -26,3 +26,7 @@ Metrics/BlockLength:
26
# There is no real reason to check for line length
27
Metrics/LineLength:
28
Enabled: false
29
+
30
+# Disable MixinUsage
31
+Style/MixinUsage:
32
+ Enabled: false
0 commit comments