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

Create checks for variable names on the Dashboard #35

Closed
3 of 4 tasks
vmatsiiako opened this issue Nov 25, 2022 · 1 comment
Closed
3 of 4 tasks

Create checks for variable names on the Dashboard #35

vmatsiiako opened this issue Nov 25, 2022 · 1 comment
Assignees

Comments

@vmatsiiako
Copy link
Contributor

vmatsiiako commented Nov 25, 2022

Checks to implement

  • Automatically capitalize all the variable names
  • Don't start with a digit
  • Check for variable name conflicts
  • Make sure no variable names appear twice

Why would it be useful?

Avoid mistakes in people's code and adhere to general conventions.

@vmatsiiako
Copy link
Contributor Author

I decided to not implement the name conflicts at this moment because those are more of a guideline. Some users might still want to use those names.

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