added option

added option for risky rules
This commit is contained in:
Jonid Bendo 2017-04-20 17:45:53 +02:00 committed by GitHub
parent b57e5acba3
commit 907ca37a49
1 changed files with 19 additions and 1 deletions

View File

@ -5852,6 +5852,24 @@
"namespace": "php" "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": { "phpcbf_path": {
"title": "PHPCBF Path", "title": "PHPCBF Path",
"type": "string", "type": "string",
@ -9040,4 +9058,4 @@
} }
} }
} }
} }