in lucli-lint.json we should be able to add per-rule exclusions , as we would want to ignore some rules in some locations/specific files.
WE could do this by parsing comments or something but it feels less centralized.
There are a few solutions we could explore:
- Per rule config for exclusions/inclusions that add to the global
- sub filder .lucli-lint files that apply to that folder (this has issues of how we add override rules etc)
- Some kind of annotation like CFLINT
in lucli-lint.json we should be able to add per-rule exclusions , as we would want to ignore some rules in some locations/specific files.
WE could do this by parsing comments or something but it feels less centralized.
There are a few solutions we could explore: