1
0
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:
Brett Morgan
2021-12-01 17:49:51 +11:00
committed by GitHub
parent bdf7ad36da
commit be34b0bf43
39 changed files with 157 additions and 697 deletions

View File

@@ -0,0 +1,11 @@
include: ../../analysis_options.yaml
analyzer:
strong-mode:
implicit-casts: true
implicit-dynamic: true
linter:
rules:
constant_identifier_names: false