Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call out move in README #4708

Merged
merged 5 commits into from
Aug 23, 2023
Merged
Changes from 3 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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Linter for Dart

## [Repository has moved][]

The Dart linter is now developed within the [Dart SDK][] repository,
and can be found at https://github.com/dart-lang/sdk/tree/main/pkg/linter.

Please open new linter issues on the [dart-lang/sdk repo][issues].
pq marked this conversation as resolved.
Show resolved Hide resolved
To contribute, check out the [SDK contribution guide][].

[Repository has moved]: https://github.com/dart-lang/sdk/tree/main/pkg/linter
[Dart SDK]: https://github.com/dart-lang/sdk
[issues]: https://github.com/dart-lang/sdk/issues/new/choose
[SDK contribution guide]: https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md

---

The Dart Linter package defines lint rules that identify and report on "lints" found in Dart code. Linting is performed by the Dart
analysis server and the `dart analyze` command in the [Dart command-line tool][dart_cli].

Expand Down