fluid-project / fluid-lint-all

Consolidated linting logic free from any particular build technology
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Add explicit tests with configuration options for all linting checks. #43

Closed the-t-in-rtf closed 2 years ago

the-t-in-rtf commented 2 years ago

Although there are code examples of configuration options for all linting checks, there are no explicit tests to confirm that configuration options are being respected. I will add this and either fix or provide clear guidance on GH-28 as well.

My idea is to simply copy .fluidlintallrc-no-excludes.json, which attempts to check the "bad" fixtures. I would add configuration options to ignore all the issues that would otherwise be reported as errors.