mirror of
https://github.com/flutter/packages.git
synced 2025-06-02 08:56:45 +08:00
Uncomments avoid_redundant_argument_values in analysis_options.yaml (#6163)
This commit is contained in:
@ -200,7 +200,7 @@ void main() {
|
||||
test('handles the comment styles for all supported languages', () async {
|
||||
final File fileA = root.childFile('file_a.cc');
|
||||
fileA.createSync();
|
||||
_writeLicense(fileA, comment: '// ');
|
||||
_writeLicense(fileA);
|
||||
final File fileB = root.childFile('file_b.sh');
|
||||
fileB.createSync();
|
||||
_writeLicense(fileB, comment: '# ');
|
||||
|
Reference in New Issue
Block a user