mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
701 B
14 lines
701 B
# 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 this file if you want to always use the latest version. If your
|
|
# continuous build and/or presubmit check lints then they will likely fail
|
|
# whenever a new version of `package:pedantic` is released. To avoid this,
|
|
# specify a specific version of `analysis_options.yaml` instead.
|
|
|
|
include: package:pedantic/analysis_options.1.11.0.yaml
|