diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-26 03:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-26 03:09:21 +0000 |
commit | 88a161660fc48c4c1a94b51d5c72fdadffc1b1ae (patch) | |
tree | 466b87a16ad25ac602a9b3c5edaaa582f3eddd94 /.rubocop_todo.yml | |
parent | 9190fb4bdcb7e1189de69de53a523c5aeff71f91 (diff) | |
download | gitlab-ce-88a161660fc48c4c1a94b51d5c72fdadffc1b1ae.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 35778f056b4..218a002aa45 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -898,11 +898,6 @@ Style/RedundantFetchBlock: Style/RedundantFileExtensionInRequire: Enabled: false -# Offense count: 248 -# Cop supports --auto-correct. -Style/RedundantFreeze: - Enabled: false - # Offense count: 206 # Cop supports --auto-correct. Style/RedundantInterpolation: |