From ea34b2d48b1cac8ebe6cb02e2798fdaddabff5da Mon Sep 17 00:00:00 2001 From: Pramodh KP Date: Fri, 15 Sep 2017 14:24:28 +0530 Subject: [PATCH] Removed deprecated linenumber option in puppet-lint v2.3.0 --- puppet-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-mode.el b/puppet-mode.el index 88441ed..de04d12 100644 --- a/puppet-mode.el +++ b/puppet-mode.el @@ -156,7 +156,7 @@ buffer-local wherever it is set." (defcustom puppet-lint-command (concat "puppet-lint --with-context " - "--log-format \"%{path}:%{linenumber}: %{kind}: %{message} (%{check})\"") + "--log-format \"%{path}:%{line}: %{kind}: %{message} (%{check})\"") "Command to lint a Puppet manifest." :type 'string :group 'puppet