name: Lint proposal about: Propose a new lint rule or a modification to an existing one. title: ‘proposal: <rule_name>
’ labels: ‘lint proposal, status: pending’ assignees: ''
Replace <lint_name> above with your proposed rule name. (See notes on naming in Writing Lints.)
Provide a short description suitable for display in console output.
Give a detailed description that should provide context and motivation. Ideally this could be used directly in the rule's documentation.
Does this enforce style advice? Guard against errors? Other?
Add a few examples that demonstrate a “good” adoption of this lint’s principle.
Add a few examples that demonstrate where this lint should fire.
Add any other motivation or useful context here.