File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ linter:
39
39
# - combinators_ordering
40
40
# - close_sinks # https://github.com/dart-lang/linter/issues/268
41
41
- comment_references
42
+ - dangling_library_doc_comments
42
43
- directives_ordering
43
44
- discarded_futures
44
45
- join_return_with_assignment
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// Common AST helpers.
6
+ library ;
7
+
6
8
import 'package:analyzer/dart/ast/ast.dart' ;
7
9
import 'package:analyzer/dart/ast/syntactic_entity.dart' ;
8
10
import 'package:analyzer/dart/ast/token.dart' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository: https://github.com/dart-lang/linter
9
9
documentation : https://dart-lang.github.io/linter/lints
10
10
11
11
environment :
12
- sdk : ' >=2.17 .0 <3.0.0'
12
+ sdk : ' >=2.19 .0 <3.0.0'
13
13
14
14
dependencies :
15
15
analyzer : ^5.4.0
You can’t perform that action at this time.
0 commit comments