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

Lint #3

Open
3 tasks
Serhioromano opened this issue May 4, 2018 · 2 comments
Open
3 tasks

Lint #3

Serhioromano opened this issue May 4, 2018 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Serhioromano
Copy link
Owner

Serhioromano commented May 4, 2018

Нужно тут выписать все правила которые нужно проверять и их чекать. Можешь добавить в комменте что ты думаешь нужно проверять, я добавлю в список сюда.

  • - Переменная ни где не используется
  • - Переменная не определена
  • - Объявление не закрыто ;
@Serhioromano Serhioromano added the enhancement New feature or request label May 4, 2018
@Serhioromano Serhioromano added this to the 2.0 milestone May 4, 2018
@konopkov
Copy link

  • double-vars - variable declared twice
  • unconnected-inout - VAR_IN_OUT should be connected when calling function block
  • camelcase - enforce camelcase naming convention
  • no-tabs - disallow all tabs
  • quotes - enforce the consistent use of either double, or single quotes
  • require-stdoc - function block in/out vars and usage should be documented
  • space-before-blocks - enforce consistent spacing before code blocks

@Serhioromano
Copy link
Owner Author

New same topic #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants