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

GH-13: Added ability to show checked files (resolves #13). #15

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

the-t-in-rtf commented 3 years ago

See #13 for details. Note that as part of this I refactored so that all checks use a common gateway function to:

  1. Confirm whether they should run.
  2. Lookup their files in a standard fashion, including making a list of checked files.
the-t-in-rtf commented 3 years ago

@amb26, I have addressed the feedback you left. I think we should hold off on the Array<String> change until we can agree on a standard and make a separate ticket to push through an update to eslint-config-fluid.

amb26 commented 3 years ago

Merged - branch coverage is a little low because the launcher is untested

the-t-in-rtf commented 3 years ago

Merged - branch coverage is a little low because the launcher is untested

I filed #16 for that.