forked from 0xPolygonID/polygonid-flutter-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
32 lines (29 loc) · 955 Bytes
/
analysis_options.yaml
File metadata and controls
32 lines (29 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include: package:flutter_lints/flutter.yaml
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
analyzer:
errors:
non_constant_identifier_names: ignore
constant_identifier_names: ignore
prefer_final_fields: ignore
camel_case_types: ignore
no_leading_underscores_for_local_identifiers: ignore
override_on_non_overriding_member: ignore
prefer_typing_uninitialized_variables: ignore
prefer_interpolation_to_compose_strings: ignore
prefer_double_quotes: ignore
depend_on_referenced_packages: ignore
annotate_overrides: ignore
must_be_immutable: ignore
library_prefixes: ignore
prefer_const_constructors_in_immutables: ignore
#enable-experiment:
# - non-nullable
exclude:
- '**/*.g.dart'
- '**/*.config.dart'
linter:
rules:
prefer_double_quotes: false
unnecessary_this: false
unintended_html_in_doc_comment: false