Hi,
With 13.3 version, withPhpCsFixerSets and dynamic set support was drop (#66).
How to use @Symfony and @Symfony:risky PHPCSFixer rules set now ?
Corresponding Symfony prepared set does not exists here : https://github.com/ecsphp/ecs-src/tree/13.3.2/config/set
Before I had this configuration
->withPhpCsFixerSets(symfony: true, symfonyRisky: true)
Hi,
With
13.3version,withPhpCsFixerSetsand dynamic set support was drop (#66).How to use
@Symfonyand@Symfony:riskyPHPCSFixer rules set now ?Corresponding Symfony prepared set does not exists here : https://github.com/ecsphp/ecs-src/tree/13.3.2/config/set
Before I had this configuration