-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There's definitely some things which should be made configurable:
-
Have a separate filter system for code fixers. Effectively we should fold over both linter and fixer lists, and take the intersection.
-
Allow wildcard tag filters (i.e.
var:unused*). -
Promoting/demoting warnings to a specific level. It might be nice to disambiguate between "this should cause a lint failure" and "this should be promoted to error".
-
Specify a list of known globals, as well as standard libraries for them.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request