Solve Style/MixinUsage RuboCop cop offenses
Closed this issue · 1 comments
Ana06 commented
Solve Style/MixinUsage
RuboCop cop offenses, currently excluded in the rubocop_todo file. This cop checks that include
, extend
and prepend
statements appear inside classes and modules, not at the top level, so as to not affect the behavior of Object
. More info: https://rubocop.readthedocs.io/en/latest/cops_style/#stylemixinusage
Ronaq13 commented
Can I work on this?