Skip to content

Commit

Permalink
[none] Lock pedantic package version (firebase#1567)
Browse files Browse the repository at this point in the history
This will prevent CI from unexpectedly breaking when the pedantic
package is updated to check for new lints.
  • Loading branch information
Michael Klimushyn authored Dec 6, 2019
1 parent 2abf78b commit ceff70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.yaml
include: package:pedantic/analysis_options.1.8.0.yaml
linter:
rules:
- public_member_api_docs
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# subdirectory underneath packages/.
name: flutterfire_plugins
dev_dependencies:
pedantic: ^1.8.0
pedantic: 1.8.0
publish_to: none

0 comments on commit ceff70e

Please sign in to comment.