diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-04 21:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-04 21:09:33 +0000 |
commit | 961ecc4cc2cc02e14ca577da55f1be174934e879 (patch) | |
tree | f3576d0b276fa8d73ed750186072006f4bd0c204 /.rubocop.yml | |
parent | f095209fd6f7ee1053c77024808ff3f5fb378b71 (diff) | |
download | gitlab-ce-961ecc4cc2cc02e14ca577da55f1be174934e879.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 830503a1497..fb6933d1883 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -393,10 +393,8 @@ RSpec/RepeatedExample: - 'spec/features/projects/files/template_type_dropdown_spec.rb' - 'spec/finders/environments_finder_spec.rb' - 'spec/frontend/fixtures/merge_requests.rb' - - 'spec/graphql/gitlab_schema_spec.rb' - 'spec/helpers/users_helper_spec.rb' - 'spec/lib/gitlab/closing_issue_extractor_spec.rb' - 'spec/lib/gitlab/import_export/project/relation_factory_spec.rb' - - 'spec/rubocop/cop/migration/update_large_table_spec.rb' - 'spec/services/notification_service_spec.rb' - 'spec/services/web_hook_service_spec.rb' |