Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow rubocop/rubocop#9568. This PR suppresses the following offense. ```console % bundle exec rake (snip) Offenses: rubocop-performance.gemspec:28:5: W: [Correctable] Lint/RedundantCopDisableDirective: Unnecessary disabling of Layout/LineLength. # rubocop:disable Layout/LineLength ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 104 files inspected, 1 offense detected, 1 offense auto-correctable RuboCop failed! ```
- Loading branch information