[lints] Remove duplicate inclusion of no_wildcard_variable_uses#941
[lints] Remove duplicate inclusion of no_wildcard_variable_uses#941natebosch merged 2 commits intodart-lang:mainfrom
no_wildcard_variable_uses#941Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR HealthLicense Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
This check can be disabled by tagging the PR with 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.
This check can be disabled by tagging the PR with Unused Dependencies ✔️
For details on how to fix these, see dependency_validator. This check can be disabled by tagging the PR with 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 Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with |
natebosch
left a comment
There was a problem hiding this comment.
That explains why there was no friction landing it. Thanks!
The lint was already included in the core set by dart-archive/lints#165 in the
4.0.0release of the package. This removes the duplicate entry from the analysis options file and removes the corresponding changelog entry to avoid any confusion.