Revert "Remove phpcs standard"

This reverts commit d6068ed38d.

As I use PSR12 most of the time and Ale will fall back to a different
standard.
This commit is contained in:
Daniel Siepmann 2023-05-04 08:51:54 +02:00
parent bc10779a9a
commit c04da790dc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -23,6 +23,8 @@ let g:ale_lint_on_text_changed = 'never'
let g:ale_sign_error = '>'
let g:ale_sign_warning = '!'
let g:ale_php_phpcs_standard = 'PSR12'
let g:ale_php_phpstan_executable = 'vendor/bin/phpstan'
call ale#handlers#languagetool#DefineLinter('rst')