7 lines
115 B
YAML
7 lines
115 B
YAML
|
|
include: package:lints/recommended.yaml
|
||
|
|
|
||
|
|
analyzer:
|
||
|
|
errors:
|
||
|
|
# Allow having TODOs in the code
|
||
|
|
todo: ignore
|