1
0
Fork 0
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:
Cameron Taylor 2025-08-26 23:12:10 -04:00 committed by MoonDroid
parent 9c34ab5f9c
commit db67a6928c

View file

@ -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"
}
},
{