Skip to content

Delint script detects ambiguous type assignments

argonvile requested to merge delint-ambiguous-type-assigments into main

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.

Merge request reports

Loading