blob: 4d610580ab73d8b4fbf214397cceae3643730cf2 [file] [log] [blame]
# Copyright (c) 2018, 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.
#
# Google internally enforced rules. See README.md for more information,
# including a list of lints that are intentionally _not_ enforced.
include: package:pedantic/analysis_options.yaml
linter:
rules:
prefer_single_quotes: false # will be fixed later
control_flow_in_finally: true
throw_in_finally: true
camel_case_types: true