diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 18:07:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 18:07:48 +0000 |
commit | e20baee820ea2c76ee16980a98e8080f255d9035 (patch) | |
tree | 6e13a73bee42b7ef310850d03982faebea17a0b1 /.rubocop.yml | |
parent | 71c5863d7b1ca9836a7d7703f35750cd726a9846 (diff) | |
download | gitlab-ce-e20baee820ea2c76ee16980a98e8080f255d9035.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 873876ecc94..984377cbb90 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -204,7 +204,6 @@ Gitlab/DuplicateSpecLocation: Exclude: - ee/spec/helpers/auth_helper_spec.rb - ee/spec/lib/gitlab/gl_repository_spec.rb - - ee/spec/lib/gitlab/usage_data_spec.rb - ee/spec/models/namespace_spec.rb - ee/spec/models/note_spec.rb - ee/spec/serializers/environment_entity_spec.rb @@ -215,7 +214,6 @@ Gitlab/DuplicateSpecLocation: - ee/spec/services/system_hooks_service_spec.rb - ee/spec/helpers/ee/auth_helper_spec.rb - ee/spec/lib/ee/gitlab/gl_repository_spec.rb - - ee/spec/lib/ee/gitlab/usage_data_spec.rb - ee/spec/models/ee/namespace_spec.rb - ee/spec/models/ee/note_spec.rb - ee/spec/serializers/ee/environment_entity_spec.rb @@ -382,3 +380,6 @@ Style/FloatDivision: Cop/BanCatchThrow: Enabled: true + +Performance/ReadlinesEach: + Enabled: true |