Commit 83c7e006 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'print_out_remaining_deprecations' into 'master'

[RUN ALL RSPEC] Print out remaining deprecations

See merge request gitlab-org/gitlab!51820
parents 575a7e16 dbfffb1c
......@@ -433,6 +433,8 @@ rspec:deprecations:
variables:
SETUP_DB: "false"
script:
- grep -h -R "keyword" deprecations/ | awk '{$1=$1};1' | sort | uniq -c | sort
- grep -R "keyword" deprecations/ | wc
- run_timed_command "bundle exec rubocop --only Lint/LastKeywordArgument --parallel"
artifacts:
expire_in: 31d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment