mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Centralize analysis options (#957)
This commit is contained in:
11
web/particle_background/analysis_options.yaml
Normal file
11
web/particle_background/analysis_options.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
include: ../../analysis_options.yaml
|
||||
|
||||
analyzer:
|
||||
strong-mode:
|
||||
implicit-casts: true
|
||||
implicit-dynamic: true
|
||||
|
||||
linter:
|
||||
rules:
|
||||
constant_identifier_names: false
|
||||
|
||||
Reference in New Issue
Block a user