blob: fb0e86789380b1d8d49b3bb01e7f069f56fb0b52 [file] [log] [blame]
# Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
include: package:pedantic/analysis_options.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
errors:
omit_local_variable_types: ignore
linter:
rules:
- directives_ordering
- prefer_final_fields
- prefer_final_locals
- prefer_final_in_for_each