plugins/efmls-configs: use php-codesniffer package instead of deprecated phpcbf

This commit is contained in:
Gaetan Lepage 2024-02-28 08:19:00 +01:00 committed by Gaétan Lepage
parent 07e690abd4
commit bb9d56087d

View file

@ -92,9 +92,7 @@ with lib; let
;
inherit
(phpPackages)
phpcbf
phan
phpcs
phpstan
psalm
;
@ -124,7 +122,9 @@ with lib; let
lua_format = luaformatter;
markdownlint = markdownlint-cli;
mcs = mono;
phpcbf = phpPackages.php-codesniffer;
php_cs_fixer = phpPackages.php-cs-fixer;
phpcs = phpPackages.php-codesniffer;
prettier_d = prettierd;
slither = slither-analyzer;
staticcheck = go-tools;