You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behaviour is different from the majority of linters/analyzers out there, and it's really confusing for people who use other tools. We intended to change it, so:
lint rules will always have a severity (it will be Severity::Information by default)
recommended rules won't change the severity of a rule
This means there could be lint rules that will have Severity::Warning rules and be recommended.
The text was updated successfully, but these errors were encountered:
That's a variant that doesn't exist in Severity. It's possible there's some misunderstanding, so instead of talking code, why don't you propose a "business logic" instead?
Our analyzer currently works this way:
This behaviour is different from the majority of linters/analyzers out there, and it's really confusing for people who use other tools. We intended to change it, so:
Severity::Information
by default)This means there could be lint rules that will have
Severity::Warning
rules and be recommended.The text was updated successfully, but these errors were encountered: