[go: nahoru, domu]

Skip to content

Commit

Permalink
prepare v1.30.1 discontinue release (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 25, 2024
1 parent 8bce8b8 commit fdb4dc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.30.1

- Clearly mark discontinued in readme.

# 1.30.0

- new lint: `enable_null_safety`
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This package is discontinued.

Please see the current source code at https://github.com/dart-lang/sdk/tree/main/pkg/linter

# Linter for Dart

The Dart Linter package defines lint rules that identify and report on "lints" found in Dart code. Linting is performed by the Dart
Expand Down
8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: linter
version: 1.30.0
version: 1.30.1

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

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down

0 comments on commit fdb4dc3

Please sign in to comment.