mirror of
https://github.com/flutter/packages.git
synced 2025-06-08 04:18:49 +08:00
[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:
@ -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
|
||||
|
Reference in New Issue
Block a user