adael / SublimePhpCsFixer

Run php-cs-fixer code formatter to format php code from your favorite text editor
MIT License
71 stars 14 forks source link

Allow risky fixers with `allow_risky` setting #42

Closed sylbru closed 1 year ago

sylbru commented 2 years ago

By default PHP-CS-Fixer won’t run if you have "risky" rules in your config.

I added a setting named allow_risky to opt-in by adding the --allow-risky=yes param to the command.

adael commented 1 year ago

Thank you for your PR!