microverseinc / linters-config

248 stars 1.25k forks source link

Warning in rubocop.yml #224

Open Miliyonayalew opened 1 year ago

Miliyonayalew commented 1 year ago

Running the current version of .rubocop.yml file there is a Warning: On line No 19: IgnoredMethods: ['describe'] The warning is Warning: obsolete parameter IgnoredMethods (for Metrics/BlockLength) found in Decode-Morse-Code-Ruby/.rubocop.yml IgnoredMethods has been renamed to AllowedMethods and/or AllowedPatterns.

Please modify on No 19 into AllowedMethods: ['describe']

michael-duke commented 1 year ago

Be sure to also make the same modification on line 28 when you reach Rails module @Miliyonayalew