Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit fdb4dc3

Browse files
authored
prepare v1.30.1 discontinue release (#5003)
1 parent 8bce8b8 commit fdb4dc3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.30.1
2+
3+
- Clearly mark discontinued in readme.
4+
15
# 1.30.0
26

37
- new lint: `enable_null_safety`

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This package is discontinued.
2+
3+
Please see the current source code at https://github.com/dart-lang/sdk/tree/main/pkg/linter
4+
15
# Linter for Dart
26

37
The Dart Linter package defines lint rules that identify and report on "lints" found in Dart code. Linting is performed by the Dart

pubspec.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: linter
2-
version: 1.30.0
2+
version: 1.30.1
33

44
description: >-
5-
The implementation of the lint rules supported by the analyzer framework.
6-
This package is not intended to be used directly.
7-
homepage: https://github.com/dart-lang/linter
5+
Discontinued. This package is not intended to be used directly.
6+
homepage: https://dart.dev/tools/linter-rules
87
repository: https://github.com/dart-lang/linter
9-
documentation: https://dart-lang.github.io/linter/lints
108

119
environment:
1210
sdk: '>=2.17.0 <3.0.0'

0 commit comments

Comments
 (0)