diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-17 12:06:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-17 12:06:48 +0000 |
commit | bd860c22f6a4b9473cbddd34a53eead8235a7ea1 (patch) | |
tree | 3f955a56c2ac90497863da26902a42dba49f3466 /.rubocop_todo.yml | |
parent | e567b4c2df7dc4085d213db029eff6b6fcde0152 (diff) | |
download | gitlab-ce-bd860c22f6a4b9473cbddd34a53eead8235a7ea1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f1f8ff6e862..48b840b4af2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -565,11 +565,6 @@ Style/EmptyLiteral: Style/EmptyMethod: Enabled: false -# Offense count: 40 -# Cop supports --auto-correct. -Style/Encoding: - Enabled: false - # Offense count: 203 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. |