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

create a change policy for package:dart_flutter_team_lints #278

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 4 additions & 0 deletions pkgs/dart_flutter_team_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.1-wip

- Contribute a (brief) change policy to the readme.

## 3.1.0

- Added `unnecessary_library_name`.
Expand Down
16 changes: 16 additions & 0 deletions pkgs/dart_flutter_team_lints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,19 @@ then, add an `analysis_options.yaml` file to your project:
```yaml
include: package:dart_flutter_team_lints/analysis_options.yaml
```

## Suggesting changes to the lint set

In order to suggest a change to the `package:dart_flutter_team_lints` lint set,
please [file an issue](https://github.com/dart-lang/ecosystem/issues/new?template=dart_flutter_team_lints.md)
against the package. A representative group of Dart and Flutter team members,
along with interested parties, will then discuss the lint addition or removal.

Changes to the lint set may be batched up in order to minimize churn for
downstream codebases.

Lint additions may go out in new package major versions. `package:lints` only
ships lint additions in major versions as new lints are effectively breaking
changes for repo CI systems. The packages downstream from this lint set are
more scoped and better known however, so we have more room for flexibility for
changes to `package:dart_flutter_team_lints`.
2 changes: 1 addition & 1 deletion pkgs/dart_flutter_team_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_flutter_team_lints
description: An analysis rule set used by the Dart and Flutter teams.
version: 3.1.0
version: 3.1.1-wip
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints

environment:
Expand Down