Skip to content

Commit

Permalink
Call out move in README (#4708)
Browse files Browse the repository at this point in the history
* Call out move in README to avoid confusion

* Adjust copy

* Cleanup name of contribution guide

* Avoid redirecting issues for now

* Add back a link
  • Loading branch information
parlough authored Aug 23, 2023
1 parent 7f40f11 commit 59cd18d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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.

For now, please continue to file new linter issues on
[this repository][].
To contribute changes, 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
[this repository]: https://github.com/dart-lang/linter/issues
[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

0 comments on commit 59cd18d

Please sign in to comment.