Skip to content

Commit b91f23f

Browse files
committed
library_prefixes
1 parent 4df328b commit b91f23f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ linter:
99
non_constant_identifier_names: false
1010
file_names: false
1111
constant_identifier_names: false
12-
library_private_types_in_public_api: false
12+
library_private_types_in_public_api: false
13+
library_prefixes: false

lib/test/demo_mixins.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Created by guoshuyu
22
/// Date: 2018-10-12
3-
// ignore_for_file: avoid_print
3+
// ignore_for_file: avoid_print, annotate_overrides
44

55
library;
66

0 commit comments

Comments
 (0)