Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-05-18 22:42:15 +0300
committerRobert Speicher <robert@gitlab.com>2017-05-18 22:42:15 +0300
commit9616027045b68a8d238ca24d3116ff6f7bf9b3dc (patch)
tree89a38b06508aa6f8caa921f9309ceaefc8e919b4 /.rubocop_todo.yml
parente4eec191565a053f687911d80865ad43241453f8 (diff)
parentbdf5b6adc34ae2856bddea62ce449fa452aee761 (diff)
Merge branch 'rubocop-expect-output' into 'master'
Enable the RSpec/ExpectOutput cop See merge request !11500
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7582f761bcb..0ea0b1a848d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -23,10 +23,6 @@ RSpec/EmptyLineAfterFinalLet:
RSpec/EmptyLineAfterSubject:
Enabled: false
-# Offense count: 3
-RSpec/ExpectOutput:
- Enabled: false
-
# Offense count: 72
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: implicit, each, example