1
0
Fork 0

Temporary disable test

This commit is contained in:
Alex Kotov 2019-07-16 02:21:54 +05:00
parent 96de699ec3
commit 33dac73535
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -11,7 +11,8 @@ desc 'Run common checks (test, lint...)'
task default: :rubocop
desc 'Run additional checks'
task extra: %i[bundler:audit brakeman]
# task extra: %i[bundler:audit brakeman]
task extra: %i[brakeman]
desc 'Fix code style (rubocop --auto-correct)'
task fix: 'rubocop:auto_correct'