diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-22 18:09:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-22 18:09:27 +0000 |
commit | 3ce55b46dfae23d14818ed2630891be8aa3e83e0 (patch) | |
tree | be2b93cf35b854871d8cbb2c22a8d5c11d6caf03 /.rubocop_todo.yml | |
parent | d1cb802bac5dc182342adb9b8f71dbf466cfa501 (diff) | |
download | gitlab-ce-3ce55b46dfae23d14818ed2630891be8aa3e83e0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1ce89720cda..279ef50bc32 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -153,23 +153,6 @@ Layout/SpaceInsideBlockBraces: Layout/SpaceInsideParens: Enabled: false -# Offense count: 19 -Lint/DuplicateMethods: - Exclude: - - 'app/models/commit.rb' - - 'app/models/note.rb' - - 'lib/bitbucket/representation/repo.rb' - - 'lib/declarative_policy/base.rb' - - 'lib/gitlab/auth/ldap/person.rb' - - 'lib/gitlab/auth/o_auth/user.rb' - - 'lib/gitlab/ci/build/artifacts/metadata/entry.rb' - - 'lib/gitlab/cycle_analytics/base_event_fetcher.rb' - - 'lib/gitlab/diff/formatters/base_formatter.rb' - - 'lib/gitlab/git/blob.rb' - - 'lib/gitlab/git/repository.rb' - - 'lib/gitlab/git/tree.rb' - - 'lib/gitlab/git/wiki_page.rb' - # Offense count: 157 # Configuration parameters: MaximumRangeSize. Lint/MissingCopEnableDirective: |