-
-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
Description
Feature Request
Can you please consider implementing an "all" option to the ->withPreparedSets() method? At the moment, I need to add all prepared set one by one, but I think we should support if someone wants the "enable all" behaviour all time.
Current behaviour:
->withPreparedSets(
deadCode: true,
codeQuality: true,
codingStyle: true,
typeDeclarations: true,
typeDeclarationDocblocks: true,
privatization: true,
naming: true,
instanceOf: true,
earlyReturn: true,
strictBooleans: true,
carbon: true,
rectorPreset: true
....
)
Expected:
->withPreparedSets(
all: true
)
Thanks for considering it.
Androoha1