Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit suppresses the following RuboCop's offenses: ```console $ bundle exec rubocop -a Inspecting 25 files ....................C.... Offenses: spec/rubocop/cop/rake/desc_spec.rb:4:6: C: [Corrected] InternalAffairs/ExampleDescription: Description does not match use of expect_offense. it 'register an offense for task on the top level' do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec/rubocop/cop/rake/desc_spec.rb:16:6: C: [Corrected] InternalAffairs/ExampleDescription: Description does not match use of expect_offense. it 'register an offense for task with block in a block' do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec/rubocop/cop/rake/desc_spec.rb:33:6: C: [Corrected] InternalAffairs/ExampleDescription: Description does not match use of expect_offense. it 'register an offense for task in kwbegin' do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 files inspected, 3 offenses detected, 3 offenses corrected ```
- Loading branch information