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

Finetune severities #16

Open
maschino opened this issue Dec 16, 2018 · 0 comments
Open

Finetune severities #16

maschino opened this issue Dec 16, 2018 · 0 comments
Labels

Comments

@maschino
Copy link
Member

Currently most (if not all) rules are set to severity error. I think we should fine tune them and push some of them back to warning only. I'd suggest the following changes:

  • informative-docs
    I'm not sure either when this one came around - it nags about the jsdocs being useless.
  • ordered-imports
  • semicolon
  • no-unnecessary-semicolons
  • no-any
    This is a tough one. But I'd say keep it as a warning for now. It would make porting stuff to typescript easier.

I'd like to make tslint part of our internal build pipeline, but I think that the current rules are a bit too strict for that.

What do you think @christophka, @huidini and others?

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

No branches or pull requests

1 participant