You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
The text was updated successfully, but these errors were encountered:
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
(forMetrics/BlockLength
) found in Decode-Morse-Code-Ruby/.rubocop.ymlIgnoredMethods
has been renamed toAllowedMethods
and/orAllowedPatterns
.Please modify on No 19 into
AllowedMethods: ['describe']
The text was updated successfully, but these errors were encountered: