mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Update travis and rubocop to work together
This commit is contained in:
parent
98e9dec252
commit
949ce14fca
3 changed files with 4 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,4 +28,3 @@ pickle-email-*.html
|
|||
/bundle
|
||||
/doc/app
|
||||
.ruby-version
|
||||
rubocop.yml
|
||||
|
|
|
|||
|
|
@ -85,4 +85,5 @@ AllCops:
|
|||
- '**/Rakefile'
|
||||
- '**/config.ru'
|
||||
Exclude:
|
||||
- db/schema.rb
|
||||
- 'db/schema.rb'
|
||||
- 'vendor/bundle/**/*'
|
||||
|
|
|
|||
|
|
@ -16,5 +16,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'
|
||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue