Closed devoncarew closed 3 months ago
Package | Version | Status | Publish tag (post-merge) |
---|---|---|---|
package:dart_flutter_team_lints | 3.2.0 | ready to publish | dart_flutter_team_lints-v3.2.0 |
package:firehose | 0.9.1 | already published at pub.dev |
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
Should we add library_name
here, too?
Should we add
library_name
here, too?
I guess you mean unnecessary_library_name
? If not publishing a -dev
release of lints
with it for this package to depend on, I'd say it's a good idea :)
@parlough – yes, that's what i mean – @devoncarew ?
Ah the set already has unnecessary_library_name
actually :)
Yup, already added unnecessary_library_name
recently. Landing and will publish this now.
invalid_runtime_check_with_js_interop_types
unintended_html_in_doc_comment
The idea behind this revision is to use the above two lints for a period of time ourselves (these lints are likely going out with the next major revision of
package:lints
- see https://github.com/orgs/dart-lang/projects/73).Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.