diff options
author | Rémy Coutable <remy@rymai.me> | 2018-12-17 09:47:48 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-12-17 09:47:48 +0000 |
commit | d8c425227320d8b4ca2e5b31125a236889d72043 (patch) | |
tree | aacebe81332dd6106f61fb8277e829f9312c7c82 /.rubocop_todo.yml | |
parent | 8b4602041cf2c4a8738a4796d78720017249249f (diff) | |
parent | db267fa31bcbf991a2efb932b85a8935a13b0941 (diff) | |
download | gitlab-ce-d8c425227320d8b4ca2e5b31125a236889d72043.tar.gz |
Merge branch 'fix-rspec-offcense' into 'master'
Fix RSpec/HookArgument rubocop offense
See merge request gitlab-org/gitlab-ce!23776
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 3ab76965287..847a0f74aa2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -149,17 +149,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 |