mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
style: stricter linting
This commit is contained in:
parent
ae5d895957
commit
7148fbf194
8 changed files with 15 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue