Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Disable newer rubocop rules
Browse files Browse the repository at this point in the history
Currently no time to fix those, we should probably pin the version
though or fix them at some point.

(cherry picked from commit e178db4)
  • Loading branch information
Ma27 committed Sep 23, 2019
1 parent 59fac67 commit dcef469
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -49,3 +49,9 @@ Style/RedundantBegin:

Style/InverseMethods:
Enabled: False

Style/FrozenStringLiteralComment:
Enabled: false

Style/NumericPredicate:
Enabled: false
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ rvm: $RUBY_VERSION

env:
- PUPPET_VERSION="~> 4.3.0" RUBY_VERSION="2.4.0" TARGET=test
- PUPPET_VERSION="~> 4.10.12" STRICT_VARIABLES=yes RUBY_VERSION="2.4.0" TARGET=test
- PUPPET_VERSION="~> 5.5.1" RUBY_VERSION="2.4.0" TARGET=test
- PUPPET_VERSION="~> 6.0.3" RUBY_VERSION="2.5.1" TARGET=test
- TARGET=acceptance RUBY_VERSION="2.5.1" BEAKER_setfile=spec/acceptance/nodesets/ubuntu-1604-x64.yml
Expand Down

0 comments on commit dcef469

Please sign in to comment.