mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix travis rubocop
This commit is contained in:
parent
ad2ec92cfa
commit
98e9dec252
2 changed files with 3 additions and 4 deletions
|
|
@ -82,8 +82,7 @@ Lint/Void:
|
|||
|
||||
AllCops:
|
||||
Include:
|
||||
- Rakefile
|
||||
- config.ru
|
||||
- '**/Rakefile'
|
||||
- '**/config.ru'
|
||||
Exclude:
|
||||
- db/schema.rb
|
||||
- features/**/*
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ before_script:
|
|||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||
script:
|
||||
- bundle exec rspec --color --format documentation
|
||||
- bundle exec rubocop -D
|
||||
- bundle exec rubocop -Dc .rubocop.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue