From 5b662f62aff976106b52495a6ffb15fb6bf4ec84 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 28 Jun 2023 10:41:29 -0500 Subject: [PATCH 1/3] Redirect gh-pages homepage to dart.dev --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index ebbc7987a..0113a5f5b 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ + + Linter for Dart From 8f4bbe19d11a0a8430882a788126ae84a75a1bf8 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 28 Jun 2023 10:45:36 -0500 Subject: [PATCH 2/3] Adjust text to point to dart.dev as fallback --- index.html | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 0113a5f5b..2615d5d5d 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,6 @@ - - Linter for Dart @@ -17,10 +15,10 @@

Linter for Dart

Style linter for Dart

-

View all Lint Rules

+

View all Lint Rules

Using the Linter

@@ -29,28 +27,12 @@

Linter for Dart

+

The content on this site has moved

- A Dart style linter which defines lint rules that identify and report on "lints" found within Dart code. - Linting is performed by the Dart analysis server and the dart analyze command. + To find up-to-date information about the Dart linter + and its various linter rules, + visit dart.dev.

- -

- - Contributing -

- -

- Contributions welcome! Please read the - - contribution guidelines.

- -

- - Features and bugs -

- -

Please file feature requests and bugs on the - issue tracker.