microverseinc / linters-config

250 stars 1.25k forks source link

Update rubocop yml for obsolete methods #225

Closed Draxeytina closed 1 year ago

Draxeytina commented 1 year ago

When you run rubocop it sets out a warning:

"obsolete parameter IgnoredMethods (for Metrics/BlockLength) found in .rubocop.yml IgnoredMethods has been renamed to AllowedMethods and/or AllowedPatterns."

image

This fix removes the warning and allows the user to concentrate on the report.