style: stricter linting

This commit is contained in:
Aleksey Kulikov 2021-12-17 11:20:17 +03:00
parent ae5d895957
commit 7148fbf194
8 changed files with 15 additions and 9 deletions

View file

@ -302,7 +302,7 @@ void main() {
expect(repo.getAttribute(path: 'invalid', name: 'not-there'), null);
final attrFile = await File('${repo.workdir}.gitattributes').create();
attrFile.writeAsString('*.dart text\n*.jpg -text\n*.sh eol=lf\n');
await attrFile.writeAsString('*.dart text\n*.jpg -text\n*.sh eol=lf\n');
await File('${repo.workdir}file.dart').create();
await File('${repo.workdir}file.sh').create();