-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add use_named_constants to analysis options and fix errors #6281
Add use_named_constants to analysis options and fix errors #6281
Conversation
packages/google_maps_flutter/google_maps_flutter_android/CHANGELOG.md
Outdated
Show resolved
Hide resolved
|
Overriding the version change flag for |
stuartmorgan-g
left a comment
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 once it's merged to fix analyze
|
|
||
| ## 2.1.11 | ||
|
|
||
| * Fixes violations of new analysis option use_named_constants. |
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.
This got merged incorrectly; you added this to the release notes of an already-released version, and didn't add a new version update to release the changed production code. (Normally CI would have caught this, but the override we added for video_player masked it).
Could you do a follow-up to move this line to a new 2.1.12?
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.
I'll send that up shortly
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.
new PR here #6289
) * update to remove errors related to analysis option * update to remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * add use_named_constants * Fix violations of analysis opt use_named_constants * revert metada changes * Updated changelogs to correct version nums * undo automated changes * Reconsile changes by bots that cause failing tests
) * update to remove errors related to analysis option * update to remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * remove errors related to analysis option * add use_named_constants * Fix violations of analysis opt use_named_constants * revert metada changes * Updated changelogs to correct version nums * undo automated changes * Reconsile changes by bots that cause failing tests
Added the use_named_constants line to analysis options and fixed all new violation errors.
List which issues are fixed by this PR. You must list at least one issue.
Some fixes for #96229
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto 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.