File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : dart
2
2
3
3
dart :
4
- - 2.2 .0
4
+ - 2.4 .0
5
5
- dev
6
6
7
7
dart_task :
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
2
- // for details. All rights reserved. Use of this source code is governed by a
3
- // BSD-style license that can be found in the LICENSE file.
1
+ // ignore_for_file: public_member_api_docs
4
2
5
- /// This library contains functionality to help command-line utilities to easily
6
- /// create aesthetic output.
7
3
8
4
import 'dart:async' ;
9
5
import 'dart:io' as io;
Original file line number Diff line number Diff line change
1
+ // ignore_for_file: public_member_api_docs
2
+
1
3
/// all git hooks from [git hooks documentation] (https://git-scm.com/docs/githooks.html)
4
+
2
5
enum Git {
3
6
applypatchMsg,
4
7
preApplypatch,
You can’t perform that action at this time.
0 commit comments