diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-22 12:43:48 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:32:42 -0600 |
commit | ba0d27fe940fc120774c331492a849684ff1f9ad (patch) | |
tree | 10e5b84b1eabe8f1fae6c85ef2502e65f8c73443 /.rubocop_todo.yml | |
parent | ec5a74ecfa4cf5f8a6b3b66526d614d71b192105 (diff) | |
download | gitlab-ce-ba0d27fe940fc120774c331492a849684ff1f9ad.tar.gz |
Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5b7a35493f8..6cd4e606382 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 0` -# on 2017-02-22 12:40:11 -0600 using RuboCop version 0.47.1. +# on 2017-02-22 13:02:35 -0600 using RuboCop version 0.47.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -105,10 +105,6 @@ Style/FormatString: Style/GuardClause: Enabled: false -# Offense count: 2 -Style/IdenticalConditionalBranches: - Enabled: false - # Offense count: 14 Style/IfInsideElse: Enabled: false |