Fix a warning for obsolete parameter IgnoredPatterns (for Layout/LineLength) found in .rubocop.yml
Fix a warning for obsolete parameter IgnoredPatterns (for Layout/LineLength) found in .rubocop.yml
https://github.com/rubocop/rubocop-rspec/pull/1269
以下の RuboCop 側の修正によって廃止予定の設定を置き換えた。
https://github.com/rubocop/rubocop/pull/10555
なお、廃止予定のパラメータを使っていると、以下の警告が出力されるので対応しておくと良さそう。
$ bundle exec rubocop
Warning: obsolete parameter `IgnoredPatterns` (for `Layout/LineLength`) found in .rubocop.yml
`IgnoredPatterns` has been renamed to `AllowedPatterns`.