File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,12 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
6767 ; ; `https://github.com/lunaryorn/flycheck/issues/78' and URL
6868 ; ; `https://github.com/lunaryorn/flycheck/issues/118'
6969 :error-patterns
70- ((error " \\ (?1:.*\\ ):\\ (?2:[0-9]+\\ ):\\ (?3:[0-9]+\\ ): error - \\ (?4:.*\\ )" )
71- (warning " \\ (?1:.*\\ ):\\ (?2:[0-9]+\\ ):\\ (?3:[0-9]+\\ ): warning - \\ (?4:.*\\ )" ))
70+ ((error line-start
71+ (file-name) " :" line " :" column " : error - " (message )
72+ line-end)
73+ (warning line-start
74+ (file-name) " :" line " :" column " : warning - " (message )
75+ line-end))
7276 :modes (css-mode js-mode)
7377 :predicate (lambda ()
7478 (and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes)))))
You can’t perform that action at this time.
0 commit comments