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
By default, custom_lint enables all installed lints.
But this isn't the case for solid_lints. (See dart-lang/sdk#57259) There is an open issue for the dart linter that has some context as to why this behavior is desirable. I believe solid_lints should enable all the lints by default.
It's worth noting that including a file in analysis_options.yaml like:
The README of custom_lint states:
But this isn't the case for solid_lints. (See dart-lang/sdk#57259) There is an open issue for the dart linter that has some context as to why this behavior is desirable. I believe solid_lints should enable all the lints by default.
It's worth noting that including a file in analysis_options.yaml like:
Isn't currently a great solution because only one file can be included, so this can't be used with a package like all_lint_rules_community.
The text was updated successfully, but these errors were encountered: