Skip to content

[lints] Remove duplicate inclusion of no_wildcard_variable_uses#941

Merged
natebosch merged 2 commits intodart-lang:mainfrom
parlough:fix/package-lints-changelog
Feb 11, 2026
Merged

[lints] Remove duplicate inclusion of no_wildcard_variable_uses#941
natebosch merged 2 commits intodart-lang:mainfrom
parlough:fix/package-lints-changelog

Conversation

@parlough
Copy link
Copy Markdown
Member

The lint was already included in the core set by dart-archive/lints#165 in the 4.0.0 release of the package. This removes the duplicate entry from the analysis options file and removes the corresponding changelog entry to avoid any confusion.

@parlough parlough requested a review from a team as a code owner February 11, 2026 13:21
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 11, 2026

Package publishing

Package Version Status Publish tag (post-merge)
package:args 2.8.0 ready to publish args-v2.8.0
package:async 2.13.1-wip WIP (no publish necessary)
package:characters 1.4.1 already published at pub.dev
package:collection 1.20.0-wip WIP (no publish necessary)
package:convert 3.1.3-wip WIP (no publish necessary)
package:crypto 3.0.8-wip WIP (no publish necessary)
package:fixnum 1.2.0-wip WIP (no publish necessary)
package:lints 6.1.1-wip (error) pubspec version (6.1.1-wip) and changelog (6.1.0) don't agree
package:logging 1.3.1-wip WIP (no publish necessary)
package:os_detect 2.0.4-wip WIP (no publish necessary)
package:path 1.9.2-wip WIP (no publish necessary)
package:platform 3.1.7-wip WIP (no publish necessary)
package:typed_data 1.4.1-wip WIP (no publish necessary)

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 11, 2026

PR Health

License Headers ✔️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/collection/benchmark/legacy_quicksort.dart

This check can be disabled by tagging the PR with skip-license-check.

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

Unused Dependencies ✔️
Package Status
lints ✔️ All dependencies utilized correctly.

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

Copy link
Copy Markdown
Member

@natebosch natebosch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That explains why there was no friction landing it. Thanks!

@natebosch natebosch merged commit a6b0513 into dart-lang:main Feb 11, 2026
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants