We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 234c9f7 + dbb42f7 commit 55723b5Copy full SHA for 55723b5
Rakefile
@@ -5,7 +5,7 @@ require 'puppet-lint-param-docs/tasks'
5
require 'puppet-syntax/tasks/puppet-syntax'
6
7
PuppetLint.configuration.send("disable_80chars")
8
-PuppetLint.configuration.log_format = "%{path}:%{line}:%{check}:%{KIND}:%{message}"
+PuppetLint.configuration.log_format = "::%{kind} file=%{path},line=%{line},col=%{column},title=%{check}::%{message}"
9
PuppetLint.configuration.fail_on_warnings = true
10
PuppetLint.configuration.send('disable_autoloader_layout')
11
0 commit comments