-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[path_provider] Remove use of deprecated pedantic package #4764
[path_provider] Remove use of deprecated pedantic package #4764
Conversation
Not sure if this change should be part of a release or not. The only user-visible change is in the examples, but that doesn't seem significant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use lints
in this repository. These lines can all just be straight up removed; pedantic
was there from when we used the legacy repo analysis options, and I just forgot to remove the dependency when removing the legacy options.
Since you'll just be removing a cruft line from dev dependencies, you can use the "No version change" and "No CHANGELOG change" overrides in the PR description. (You'll need to update it before you push so "publishable" passes.) |
f5dbd74
to
2c0f4cf
Compare
This package is deprectated and this repository doesn't use the replacement (lints).
2c0f4cf
to
34a316f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Remove use of deprecated pedantic package
No version change: Removing cruft
No CHANGELOG change: Removing cruft
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.