summaryrefslogtreecommitdiff
path: root/.rubocop_todo/lint/to_enum_arguments.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/lint/to_enum_arguments.yml')
-rw-r--r--.rubocop_todo/lint/to_enum_arguments.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/lint/to_enum_arguments.yml b/.rubocop_todo/lint/to_enum_arguments.yml
new file mode 100644
index 00000000000..3e5579b4afb
--- /dev/null
+++ b/.rubocop_todo/lint/to_enum_arguments.yml
@@ -0,0 +1,6 @@
+---
+Lint/ToEnumArguments:
+ Details: grace period
+ Exclude:
+ - 'lib/gitlab/ci/trace/stream.rb'
+ - 'spec/lib/gitlab/ci/trace/section_parser_spec.rb'