Skip to content

Commit

Permalink
Puppet-lint: format output with line
Browse files Browse the repository at this point in the history
Puppet-lint has deprecated formatting with `linenumber` in favour of
`line`. It has been deprecated since v1.0.0 in 2014 and will be removed
in v3.0.0: rodjek/puppet-lint#539

Closes flycheckGH-1050

Signed-off-by: Romanos Skiadas <rom.skiad@gmail.com>
  • Loading branch information
rski committed Aug 23, 2016
1 parent 66cdce8 commit ba57cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -7679,7 +7679,7 @@ See URL `http://puppet-lint.com/'."
:command ("puppet-lint"
(config-file "--config" flycheck-puppet-lint-rc)
"--log-format"
"%{path}:%{linenumber}:%{kind}: %{message} (%{check})"
"%{path}:%{line}:%{kind}: %{message} (%{check})"
(option-list "" flycheck-puppet-lint-disabled-checks concat
flycheck-puppet-lint-disabled-arg-name)
source-original)
Expand Down

0 comments on commit ba57cba

Please sign in to comment.