diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2018-12-11 11:29:58 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2018-12-11 11:29:58 +0500 |
commit | db267fa31bcbf991a2efb932b85a8935a13b0941 (patch) | |
tree | 2c734e642dd3f89e25d23d114ccc334e2ec60e81 /.rubocop_todo.yml | |
parent | 185f8a5da6b4bd6090aa41e5f39ad0381200ee84 (diff) | |
download | gitlab-ce-db267fa31bcbf991a2efb932b85a8935a13b0941.tar.gz |
Fix RSpec/HookArgument rubocop offense
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 571df7534cb..6c16442845d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -155,17 +155,6 @@ RSpec/ExpectChange: RSpec/ExpectInHook: Enabled: false -# Offense count: 7 -# Configuration parameters: EnforcedStyle. -# SupportedStyles: implicit, each, example -RSpec/HookArgument: - Exclude: - - 'spec/spec_helper.rb' - - 'spec/support/carrierwave.rb' - - 'spec/support/db_cleaner.rb' - - 'spec/support/gitaly.rb' - - 'spec/support/setup_builds_storage.rb' - # Offense count: 19 # Configuration parameters: EnforcedStyle. # SupportedStyles: it_behaves_like, it_should_behave_like |