mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 12:14:42 +01:00
9 lines
406 B
YAML
9 lines
406 B
YAML
# We could depend on sass_analysis with a path dependency and include
|
|
# package:sass_analysis/analysis_options.yaml, but path dependencies don't play
|
|
# nicely with the logic we use to determine whether generated files are
|
|
# out-of-date (because they cause "pub run" to modify the lockfile before it
|
|
# runs the executable).
|
|
include: analysis/lib/analysis_options.yaml
|
|
analyzer:
|
|
exclude: ['**/*.pb*.dart']
|