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.
Style/MixinUsage
1 parent dd81233 commit 85f3312Copy full SHA for 85f3312
rubocop.yml
@@ -645,9 +645,6 @@ Style/MinMaxComparison:
645
Style/MixinGrouping:
646
Enabled: false
647
648
-Style/MixinUsage:
649
- Enabled: false
650
-
651
Style/ModuleFunction:
652
EnforcedStyle: extend_self
653
test/fixtures/full_config.yml
@@ -3320,7 +3320,7 @@ Style/MixinGrouping:
3320
- grouped
3321
Style/MixinUsage:
3322
Description: Checks that `include`, `extend` and `prepend` exists at the top level.
3323
+ Enabled: true
3324
VersionAdded: '0.51'
3325
3326
Description: Checks for usage of `extend self` in modules.
0 commit comments