Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gluecodium.kt: validate functions just once
'LimeFunctionsValidator' uses 'typeRef' member while performing validation. Therefore, it shall be present only in 'getTypeRefDependentValidators()'. However, it is present also in 'getIndependentValidators()' which means, that Gluecodium validates functions twice. The investigation of GIT history revealed that addition of functions validator to 'independent validators' list was done accidentally. This change ensures, that the mentioned validator is run only once. Signed-off-by: Patryk Wrobel <[email protected]>
- Loading branch information