mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(vendor/erblint): change command to erb_lint
This commit is contained in:
2
vendor/erblintfmt/erblintfmt.el
vendored
2
vendor/erblintfmt/erblintfmt.el
vendored
@@ -53,7 +53,7 @@
|
||||
:group 'languages
|
||||
:link '(url-link "https://github.com/jimeh/erblintfmt.el"))
|
||||
|
||||
(defcustom erblintfmt-erblint-command "erblint"
|
||||
(defcustom erblintfmt-erblint-command "erb_lint"
|
||||
"Name of erblint executable."
|
||||
:type 'string
|
||||
:group 'erblintfmt)
|
||||
|
||||
7
vendor/flycheck-erblint/flycheck-erblint.el
vendored
7
vendor/flycheck-erblint/flycheck-erblint.el
vendored
@@ -42,6 +42,11 @@
|
||||
"Check files with erblint via flycheck."
|
||||
:group 'tools)
|
||||
|
||||
(defcustom flycheck-erblint-command "erb_lint"
|
||||
"Name of erblint executable."
|
||||
:type 'string
|
||||
:group 'flycheck-erblint)
|
||||
|
||||
(defcustom flycheck-erblint-extra-args nil
|
||||
"Extra arguments to pass to erblint."
|
||||
:type '(repeat string)
|
||||
@@ -112,7 +117,7 @@ about erb-lint."
|
||||
|
||||
See URL `https://github.com/Shopify/erb-lint' for more information
|
||||
about erb-lint."
|
||||
:command ("erblint" "--format" "json"
|
||||
:command (flycheck-erblint-command "--format" "json"
|
||||
(config-file "--config" flycheck-erblint-config-filename)
|
||||
"--stdin" source-original)
|
||||
:standard-input t
|
||||
|
||||
Reference in New Issue
Block a user