mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-10 05:59:15 +00:00
ignroe VarTypeHint since it's a bit incompatible with final
This commit is contained in:
parent
9c34ab5f9c
commit
db67a6928c
|
|
@ -39,12 +39,6 @@
|
|||
"props": {},
|
||||
"type": "AvoidStarImport"
|
||||
},
|
||||
{
|
||||
"props": {
|
||||
"severity": "IGNORE"
|
||||
},
|
||||
"type": "AvoidTernaryOperator"
|
||||
},
|
||||
{
|
||||
"props": {},
|
||||
"type": "BlockBreakingConditional"
|
||||
|
|
@ -70,7 +64,6 @@
|
|||
{
|
||||
"props": {
|
||||
"severity": "IGNORE",
|
||||
|
||||
"policy": "aligned",
|
||||
"allowSingleline": true
|
||||
},
|
||||
|
|
@ -107,8 +100,7 @@
|
|||
{
|
||||
"props": {
|
||||
"lineStyle": "onestar",
|
||||
"startStyle": "twostars",
|
||||
"severity": "IGNORE"
|
||||
"startStyle": "ignore"
|
||||
},
|
||||
"type": "DocCommentStyle"
|
||||
},
|
||||
|
|
@ -627,8 +619,9 @@
|
|||
{
|
||||
"type": "VarTypeHint",
|
||||
"props": {
|
||||
"typeHintPolicy": "infer_new_or_const",
|
||||
"ignoreEnumAbstractValues": true
|
||||
"typeHintPolicy": "enforce_all",
|
||||
"ignoreEnumAbstractValues": true,
|
||||
"severity": "IGNORE"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue