Skip to content

Commit

Permalink
Merge pull request #114 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 2.10.0
  • Loading branch information
bastelfreak committed Dec 22, 2019
2 parents 49509df + 5a392be commit e0f6325
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .msync.yml
@@ -1 +1 @@
modulesync_config_version: '2.9.0'
modulesync_config_version: '2.10.0'
2 changes: 1 addition & 1 deletion .rubocop.yml
@@ -1,6 +1,6 @@
require: rubocop-rspec
AllCops:
TargetRubyVersion: 1.9
TargetRubyVersion: 2.1
Include:
- ./**/*.rb
Exclude:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ dist: bionic
language: ruby
cache: bundler
before_install:
- gem update --system
- gem update bundler
- yes | gem update --system
- bundle --version
script:
- 'bundle exec rake $CHECK'
Expand All @@ -29,6 +28,7 @@ branches:
- /^v\d/
notifications:
email: false
webhooks: https://voxpupu.li/incoming/travis
irc:
on_success: always
on_failure: always
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -20,7 +20,7 @@ group :test do
gem 'puppet-lint-classes_and_types_beginning_with_digits-check', :require => false
gem 'puppet-lint-unquoted_string-check', :require => false
gem 'puppet-lint-variable_contains_upcase', :require => false
gem 'puppet-lint-absolute_classname-check', :require => false
gem 'puppet-lint-absolute_classname-check', '>= 2.0.0', :require => false
gem 'puppet-lint-topscope-variable-check', :require => false
gem 'puppet-lint-legacy_facts-check', :require => false
gem 'puppet-lint-anchor-check', :require => false
Expand Down
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -8,16 +8,6 @@ rescue LoadError
end

PuppetLint.configuration.log_format = '%{path}:%{line}:%{check}:%{KIND}:%{message}'
PuppetLint.configuration.absolute_classname_reverse = true

exclude_paths = %w(
pkg/**/*
vendor/**/*
.vendor/**/*
spec/**/*
)
PuppetLint.configuration.ignore_paths = exclude_paths
PuppetSyntax.exclude_paths = exclude_paths

desc 'Auto-correct puppet-lint offenses'
task 'lint:auto_correct' do
Expand Down

0 comments on commit e0f6325

Please sign in to comment.