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