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

Prevent usage of TODO comments #54

Closed
arturocuya opened this issue Mar 24, 2022 · 3 comments
Closed

Prevent usage of TODO comments #54

arturocuya opened this issue Mar 24, 2022 · 3 comments

Comments

@arturocuya
Copy link
Contributor

arturocuya commented Mar 24, 2022

Add following code style rules:

  • no-todo: prevent usage of TODO comments in code (error | warn | info | off).
  • todo-pattern: RegEx pattern to detect a TODO. Default: TODO|todo|FIXME
@TwitchBronBron
Copy link
Member

We can merge todo-keywords and todo-pattern in favor of just having todo-pattern. It's easy enough to have people write "TODO|todo|FIXME", especially if it's documented that way.

@arturocuya
Copy link
Contributor Author

@TwitchBronBron I'm implementing this. Is there a meaning behind the error codes for code style (CodeStyleError enum)? Why do they start with 30?

@TwitchBronBron
Copy link
Member

Was this resolved by #56 ?

@elsassph elsassph closed this as completed May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants