could we make --all ignore comments
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Because our `--all` functionality does not take into account multi-line comments, we end up with a fairly large discrepancy between `nyc` and `c8`'s `--all`, see:
https://github.com/googleapis/nodejs-asset/pull/236
I wonder if we could be clever and detect multiline comments, and drop these from our estimation of `--all`.
Contributor guide
Assessment
This issue has not been assessed yet.