mirror of
https://github.com/hamaluik/timecop.git
synced 2025-05-17 08:46:12 +08:00
15 lines
276 B
YAML
15 lines
276 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
exclude: [build/**]
|
|
errors:
|
|
file_names: ignore
|
|
|
|
linter:
|
|
rules:
|
|
camel_case_types: true
|
|
prefer_void_to_null: true
|
|
void_checks: true
|
|
omit_local_variable_types: false
|
|
prefer_single_quotes: false
|