Skip to content

Commit

Permalink
create a change policy for package:dart_flutter_team_lints (#278)
Browse files Browse the repository at this point in the history
* create a change policy for package:dart_flutter_team_lints

* update the changelog

* Update CHANGELOG.md

- fix typo

* Update pkgs/dart_flutter_team_lints/README.md

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>

---------

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
  • Loading branch information
devoncarew and kevmoo authored Jul 10, 2024
1 parent 4171189 commit 2635536
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
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

0 comments on commit 2635536

Please sign in to comment.