-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
configurationRelated to settings and configurationRelated to settings and configurationcoreRelated to core functionalityRelated to core functionality
Description
It would be really nice if, like ignore, we could select specific issues to turn into warnings rather than errors. That is, it would still output a warning to stdout, (perhaps separating errors and warnings), but it would still return with exit status 0.
Use case:
A large, older codebase that contains a lot of linting issues regarding specific rules. (For example, a codebase that predates type annotations.) By allowing warnings, we can make these issues visible to developers for fixing as they lint their changes, but we don't have to have a separate configuration for our pre-commit hooks, CI tools, etc. to ensure they ignore these issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configurationRelated to settings and configurationRelated to settings and configurationcoreRelated to core functionalityRelated to core functionality