Skip to content

Commit

Permalink
Fix reference to pedantic lints (flutter#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 26, 2020
1 parent eb8baf7 commit a45963a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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
include: package:pedantic/analysis_options.1.9.0.yaml
analyzer:
errors:
annotate_overrides: ignore
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dependencies:
dev_dependencies:
test: ^1.6.4
matcher: ^0.12.5
pedantic: 1.8.0
pedantic: ^1.8.0

build_runner: ^1.0.0
build_web_compilers: ^2.0.0
build_test: ^0.10.0

0 comments on commit a45963a

Please sign in to comment.