diff --git a/src/options.json b/src/options.json index cdcce93..a61c4fb 100644 --- a/src/options.json +++ b/src/options.json @@ -5852,6 +5852,24 @@ "namespace": "php" } }, + "allow_risky": { + "title": "Allow risky rules", + "type": "string", + "default": "no", + "enum": [ + "no", + "yes" + ], + "beautifiers": [ + "PHP-CS-Fixer" + ], + "key": "allow_risky", + "language": { + "name": "PHP", + "namespace": "php" + }, + "description": "allow risky rules to be applied!" + }, "phpcbf_path": { "title": "PHPCBF Path", "type": "string", @@ -9040,4 +9058,4 @@ } } } -} \ No newline at end of file +}