diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-06 12:10:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-06 12:10:58 +0000 |
commit | f2c27c6f97cf138acaed79b90be7a5be520746fc (patch) | |
tree | 369b09c536983f7b8682a8e66ebdac8fd6c54446 /.rubocop_todo.yml | |
parent | b3c8b65ec2ab3af29d4d14eac27837e0c4793939 (diff) | |
download | gitlab-ce-f2c27c6f97cf138acaed79b90be7a5be520746fc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ab1b8bbc11a..1ba05e770c5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -166,12 +166,6 @@ Lint/MixedRegexpCaptureTypes: - 'lib/gitlab/slash_commands/issue_new.rb' - 'lib/gitlab/slash_commands/run.rb' -# Offense count: 1 -# Cop supports --auto-correct. -Lint/NonDeterministicRequireOrder: - Exclude: - - 'rubocop/rubocop.rb' - # Offense count: 135 # Cop supports --auto-correct. Lint/RedundantCopDisableDirective: |