Project

General

Profile

« Previous | Next » 

Revision b9fdb665

Added by Ewoud Kohl van Wijngaarden over 7 years ago

Update modulesync config

View differences:

Rakefile
end
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "vendor/**/*.pp"]
PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
PuppetLint.configuration.log_format = '%{path}:%{line}:%{KIND}: %{message}'
# Used for type alias tests
PuppetSyntax.exclude_paths << 'spec/static_fixtures/test_module/**/*.pp' if Puppet.version.to_f < 4.0
......
config.pattern = []
end
require 'kafo_module_lint/tasks'
KafoModuleLint::RakeTask.new do |config|
config.pattern = []
end
task :default => [:validate, :lint, :spec]

Also available in: Unified diff