File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- include : package:sass_analysis/analysis_options.yaml
1
+ # We could depend on sass_analysis with a path dependency and include
2
+ # package:sass_analysis/analysis_options.yaml, but path dependencies don't play
3
+ # nicely with the logic we use to determine whether generated files are
4
+ # out-of-date (because they cause "pub run" to modify the lockfile before it
5
+ # runs the executable).
6
+ include : analysis/lib/analysis_options.yaml
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dev_dependencies:
38
38
http : " >=0.11.0 <0.13.0"
39
39
js : " ^0.6.0"
40
40
node_preamble : " ^1.1.0"
41
+ pedantic : " ^1.0.0"
41
42
pub_semver : " ^1.0.0"
42
- sass_analysis : {path: analysis}
43
43
source_span : " ^1.5.2"
44
44
stream_channel : " >=1.0.0 <3.0.0"
45
45
test_descriptor : " ^1.1.0"
You can’t perform that action at this time.
0 commit comments