Skip to content

Commit 0b22fec

Browse files
author
Michael Klimushyn
authored
[none] Lock pedantic version (flutter#2354)
Even non breaking upgrades to package:pedantic can unexpectedly break our CI based on new linter rules affecting our codebase. Lock our analysis to a specific ruleset instead.
1 parent e97bab3 commit 0b22fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:pedantic/analysis_options.yaml
1+
include: package:pedantic/analysis_options.1.8.0.yaml
22
analyzer:
33
exclude:
44
# Ignore generated files

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# subdirectory underneath packages/.
44
name: flutter_plugins
55
dev_dependencies:
6-
pedantic: ^1.8.0
6+
pedantic: 1.8.0
77
publish_to: none

0 commit comments

Comments
 (0)