From 6b0923a4f23986ac41f5099d1d936a4c85b5c3ef Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 3 Feb 2017 14:49:14 +0100 Subject: [PATCH] Update modulesync config --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a1b97936..6a3f4d3d 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,7 @@ if Gem::Version.new(RUBY_VERSION) > Gem::Version.new('1.8.7') 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