mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Clean up lints config.
Removed rules which are already included by flutter_lints.
This commit is contained in:
parent
40809881b2
commit
451f1d86c0
@ -22,13 +22,10 @@ linter:
|
|||||||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||||
# producing the lint.
|
# producing the lint.
|
||||||
rules:
|
rules:
|
||||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
- prefer_single_quotes
|
||||||
prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
- unawaited_futures # Explicitly mark futures which are not being awaited
|
||||||
unawaited_futures: true # Explicitly mark futures which are not being awaited
|
- directives_ordering # Force ordering of imports
|
||||||
use_super_parameters: true
|
- prefer_relative_imports
|
||||||
prefer_relative_imports: true
|
|
||||||
avoid_relative_lib_imports: true
|
|
||||||
directives_ordering: true
|
|
||||||
|
|
||||||
# Additional information about this file can be found at
|
# Additional information about this file can be found at
|
||||||
# https://dart.dev/guides/language/analysis-options
|
# https://dart.dev/guides/language/analysis-options
|
||||||
|
Loading…
Reference in New Issue
Block a user