Skip to content

Commit

Permalink
WIP:
Browse files Browse the repository at this point in the history
  • Loading branch information
carrete committed Mar 18, 2023
1 parent f1c2faf commit 886c2c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -8348,7 +8348,8 @@ See URL `http://stylelint.io/'."
(option-flag "--quiet" flycheck-stylelint-quiet)
(config-file "--config" flycheck-stylelintrc)
"--stdin-filename" (eval (or (buffer-file-local-name)
"style.css")))
"style.css"))
source)
:standard-input t
:error-parser flycheck-parse-stylelint
:predicate flycheck-buffer-nonempty-p
Expand Down Expand Up @@ -10022,7 +10023,8 @@ See URL `http://stylelint.io/'."
(eval flycheck-stylelint-args)
"--syntax" "less"
(option-flag "--quiet" flycheck-stylelint-quiet)
(config-file "--config" flycheck-stylelintrc))
(config-file "--config" flycheck-stylelintrc)
source)
:standard-input t
:error-parser flycheck-parse-stylelint
:predicate flycheck-buffer-nonempty-p
Expand Down Expand Up @@ -11972,7 +11974,8 @@ See URL `http://stylelint.io/'."
(eval flycheck-stylelint-args)
"--syntax" "scss"
(option-flag "--quiet" flycheck-stylelint-quiet)
(config-file "--config" flycheck-stylelintrc))
(config-file "--config" flycheck-stylelintrc)
source)
:standard-input t
:error-parser flycheck-parse-stylelint
:predicate flycheck-buffer-nonempty-p
Expand Down

0 comments on commit 886c2c0

Please sign in to comment.