diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-29 18:03:17 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-30 17:52:27 +0200 |
commit | 1b0c6ffd512d0bee24964936da02e1b10d6a5a67 (patch) | |
tree | e60bf4570de0b5088aa3e603aab6d7ecd0516476 /.rubocop_todo.yml | |
parent | d52034b2054bbefebeaf4771a87b57dfe4fc7c86 (diff) | |
download | gitlab-ce-1b0c6ffd512d0bee24964936da02e1b10d6a5a67.tar.gz |
Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-cops
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5ab4692dd60..2ec558e274f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,10 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 54 -RSpec/BeforeAfterAll: - Enabled: false - # Offense count: 233 RSpec/EmptyLineAfterFinalLet: Enabled: false @@ -24,12 +20,6 @@ RSpec/EmptyLineAfterSubject: RSpec/HookArgument: Enabled: false -# Offense count: 12 -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: is_expected, should -RSpec/ImplicitExpect: - Enabled: false - # Offense count: 11 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: it_behaves_like, it_should_behave_like |