keep-starknet-strange / cairo-lint

A collection of lints to catch common mistakes and improve your Cairo code.
21 stars 35 forks source link

feat: Adds invisible character detection logic and updates tests #121

Closed CristopherAguilar10 closed 1 month ago

CristopherAguilar10 commented 2 months ago

This PR will add in invisible character detection functionality in code-expressions to the Cairo plugin.

Invisible Character and Whitespaces detection:

Motivation:

Diagnostic Messages Add following two diagnostic messages:

0xLucqs commented 2 months ago

check the test file it's full of unrelated diagnostics

CristopherAguilar10 commented 2 months ago

@0xLucqs, could you check the changes, thanks  🚀