mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/efmls-configs: use php-codesniffer package instead of deprecated phpcbf
This commit is contained in:
parent
07e690abd4
commit
bb9d56087d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue