mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #929 from sonalkr132/rubocop-first
Running rubocop first would give faster CI response for style offense
This commit is contained in:
commit
12026b1a66
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ before_script:
|
|||
- cp config/secrets.yml.example config/secrets.yml
|
||||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||
script:
|
||||
- 'bundle exec rspec --color --format documentation'
|
||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||
- 'bundle exec rspec --color --format documentation'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue