Commit dbfffb1c authored by Thong Kuah's avatar Thong Kuah Committed by Rémy Coutable

[RUN ALL RSPEC] Print out remaining deprecations

parent a63eef73
......@@ -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