[ci] Improve analysis_options alignment with flutter/packages (#6728)

* Add more options that are in flutter/packages

* Fix unnecessary awaits

* More option alignment

* Add and locally supress avoid_implementing_value_types

* Fix release-info for test-only changes

* Fix update-release-info handling of 'minimal'

* Update release metadata
This commit is contained in:
stuartmorgan
2022-11-21 13:49:06 -05:00
committed by GitHub
parent 6a0c9ef00d
commit d404da6e85
6 changed files with 37 additions and 5 deletions

View File

@ -285,8 +285,7 @@ ${indentation}HTTP response: ${pubVersionFinderResponse.httpResponse.body}
final String gitPath = path.style == p.Style.windows
? p.posix.joinAll(path.split(relativePath))
: relativePath;
return await _gitVersionFinder.getPackageVersion(gitPath,
gitRef: _mergeBase);
return _gitVersionFinder.getPackageVersion(gitPath, gitRef: _mergeBase);
}
/// Returns the state of the verison of [package] relative to the comparison