We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df328b commit b91f23fCopy full SHA for b91f23f
analysis_options.yaml
@@ -9,4 +9,5 @@ linter:
9
non_constant_identifier_names: false
10
file_names: false
11
constant_identifier_names: false
12
- library_private_types_in_public_api: false
+ library_private_types_in_public_api: false
13
+ library_prefixes: false
lib/test/demo_mixins.dart
@@ -1,6 +1,6 @@
1
/// Created by guoshuyu
2
/// Date: 2018-10-12
3
-// ignore_for_file: avoid_print
+// ignore_for_file: avoid_print, annotate_overrides
4
5
library;
6
0 commit comments