Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in rubocop.yml #224

Open
Miliyonayalew opened this issue Dec 15, 2022 · 1 comment
Open

Warning in rubocop.yml #224

Miliyonayalew opened this issue Dec 15, 2022 · 1 comment

Comments

@Miliyonayalew
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants