summaryrefslogtreecommitdiff
path: root/.rubocop_todo/performance/string_include.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/performance/string_include.yml')
-rw-r--r--.rubocop_todo/performance/string_include.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/string_include.yml b/.rubocop_todo/performance/string_include.yml
new file mode 100644
index 00000000000..cb6e566094e
--- /dev/null
+++ b/.rubocop_todo/performance/string_include.yml
@@ -0,0 +1,15 @@
+---
+# Cop supports --auto-correct.
+Performance/StringInclude:
+ Exclude:
+ - 'app/models/snippet_repository.rb'
+ - 'config/initializers/macos.rb'
+ - 'config/spring.rb'
+ - 'ee/app/models/ee/container_registry/event.rb'
+ - 'ee/lib/gitlab/auth/smartcard/certificate.rb'
+ - 'lib/gitlab/database/migration_helpers.rb'
+ - 'lib/kramdown/parser/atlassian_document_format.rb'
+ - 'lib/prometheus/pid_provider.rb'
+ - 'qa/qa/specs/runner.rb'
+ - 'spec/features/projects/jobs_spec.rb'
+ - 'spec/spec_helper.rb'