5 lines
133 B
YAML
5 lines
133 B
YAML
include: ../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: false # This is a CLI tool, so printing to the console is fine.
|