Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error validators #7

Open
4 of 8 tasks
Jagerente opened this issue Oct 6, 2024 · 0 comments
Open
4 of 8 tasks

Error validators #7

Jagerente opened this issue Oct 6, 2024 · 0 comments

Comments

@Jagerente
Copy link
Owner

Jagerente commented Oct 6, 2024

Collect all cases here then create separate issue for each case.

  • Missing Semicolons.
  • Incorrect Methods Usage: Detect missing or too many arguments cases.
  • Incomplete Member Access: Detect incomplete member access chains (e.g., Class.Method. without following member).
  • Missing Brackets.
  • Incorrect Class/Method/Variable declarations: Detect declaration in wrong context.
  • Incorrect conditional and loop constructions: missing brackets, no expression, wrong construction.
  • Incorrect naming.
  • to be find...
@Jagerente Jagerente added this to the Complete Release milestone Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant