Skip to content

Commit 55723b5

Browse files
authored
Merge pull request #423 from Scirelgar/puppet-lint-annotations
added annotations using `rake test` results
2 parents 234c9f7 + dbb42f7 commit 55723b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'puppet-lint-param-docs/tasks'
55
require 'puppet-syntax/tasks/puppet-syntax'
66

77
PuppetLint.configuration.send("disable_80chars")
8-
PuppetLint.configuration.log_format = "%{path}:%{line}:%{check}:%{KIND}:%{message}"
8+
PuppetLint.configuration.log_format = "::%{kind} file=%{path},line=%{line},col=%{column},title=%{check}::%{message}"
99
PuppetLint.configuration.fail_on_warnings = true
1010
PuppetLint.configuration.send('disable_autoloader_layout')
1111

0 commit comments

Comments
 (0)