File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 - Changed formatting of some uni-statement lambdas
1414 - Changed formatting of multi-statement, inline lambdas
1515 - Changed formatting of dot-chains containing a lambda(s)
16+ - Changed linter check ` class-definitions-order ` in a way that static class variables are recommended to be placed just after constants
1617
1718## [ 4.3.1] 2024-08-24
1819
Original file line number Diff line number Diff line change 6464 "signals" ,
6565 "enums" ,
6666 "consts" ,
67+ "staticvars" ,
6768 "exports" ,
6869 "pubvars" ,
6970 "prvvars" ,
7071 "onreadypubvars" ,
7172 "onreadyprvvars" ,
72- "staticvars" ,
7373 "others" ,
7474 ],
7575 # useless-super-delegation
Original file line number Diff line number Diff line change 1313signal s
1414enum { A, B, C }
1515const X = 1
16+ static var sx
1617@export_group("Foo")
1718@export var k = 1
1819var x = 1
You can’t perform that action at this time.
0 commit comments