Remove phpcs standard

PHPCS is not in use anymore.
Furthermore the editor doesn't need to check CGL.
All project are setup to check CGL within CI.
This commit is contained in:
Daniel Siepmann 2023-04-26 09:23:56 +02:00
parent 31bc8b1ecf
commit d6068ed38d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -23,8 +23,6 @@ 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')