mirror of
https://github.com/hamaluik/timecop.git
synced 2025-07-04 04:23:08 +08:00
16 lines
316 B
YAML
16 lines
316 B
YAML
include: package:pedantic/analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude: [build/**]
|
|
strong-mode:
|
|
implicit-casts: false
|
|
implicit-dynamic: false
|
|
|
|
linter:
|
|
rules:
|
|
camel_case_types: true
|
|
prefer_void_to_null: true
|
|
void_checks: true
|
|
omit_local_variable_types: false
|
|
prefer_single_quotes: false
|