Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress an offense for rails/presence_spec.rb
This PR suppresses the following offense for rails/presence_spec.rb. ```console % bundle exec rake (snip) Offenses: spec/rubocop/cop/rails/presence_spec.rb:70:66: W: Lint/UnneededCopDisableDirective: Unnecessary disabling of Metrics/LineLength. it_behaves_like 'offense', <<~RUBY.chomp, <<~FIXED.chomp, 1, 7 # rubocop:disable Metrics/LineLength ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 126 files inspected, 1 offense detected RuboCop failed! ``` https://circleci.com/gh/rubocop-hq/rubocop-rails/1721
- Loading branch information