Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ name: "package:lints"
about: "Create a bug or file a feature request against package:lints."
labels: "package:lints"
---

**Note** this issue tracker is used to:

- suggest adding an _existing_ lint to the core or recommended lint sets, or
- file a bug or enhancement against `package:lints`

To propose an entirely new lint, see instead https://github.com/dart-lang/sdk;
thanks!
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/lints_propoposal.md

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/lints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ for a list of rules that make up the core and recommended rule sets.
[customizing static analysis]: https://dart.dev/tools/analysis
[rules]: https://dart.dev/tools/linter-rules
[pub.dev]: https://pub.dev
[issue]: https://github.com/dart-lang/core/issues
[issue]: https://github.com/dart-lang/core/issues/new?template=lints.md
[sdk repo]: https://github.com/dart-lang/sdk
[`package:flutter_lints`]: https://pub.dev/packages/flutter_lints
Loading