Delint script detects ambiguous type assignments
The GDScript style guide recommends: 'Prefer := when the type is written on the same line as the assignment, otherwise prefer writing the type explicitly.'
I've added a check which detects when inferred types are not on the same line as the assignment.