aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-12-19 23:30:35 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2019-12-19 23:30:35 -0800
commit34f3d584f298749c13c62673d37befc805d8a7bf (patch)
tree7f4ce818cfce469bbe2149e22ad7a4188a702c01
parenttravis: ES is fixed, cleanup testing (diff)
downloadpackages-5-34f3d584f298749c13c62673d37befc805d8a7bf.tar.gz
packages-5-34f3d584f298749c13c62673d37befc805d8a7bf.tar.bz2
packages-5-34f3d584f298749c13c62673d37befc805d8a7bf.zip
travis: less-strict rubocop
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b5b5fab..86cbf27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,9 @@ before_script:
- curl --connect-timeout 1 -o - 'http://127.0.0.1:9200/_cat/health?format=json&v&pretty'
script:
- - bundle exec rubocop
+ # This code needs style improvements before higher strictness in lint.
+ - bundle exec rubocop --fail-level E
+ # Run testsuite
- bundle exec rake kkuleomi:index:init RAILS_ENV=test
# vim:ft=yaml et ts=2 sts=2 sw=2: