You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there is an option called --ignore it does not seem to have the desired effect. No matter which paths I add files from those directories are still listed with errors.
A related issue is that the treatment of single argument --ignore is naive with how it interprets the value. It interprets , as a glob separator, but , is used by globs in various expansions: --ignore='.{m,git,hg}ignore'.
Describe the bug
Quoting stale issue #222
To Reproduce
Steps to reproduce the behavior:
shows issues in gui/src/assets/help/en/some/file that should be hidden
Expected behavior
ignore supported as described in docs
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
See comment from groenroos commented on Apr 7, 2022.
with 4 likes
The text was updated successfully, but these errors were encountered: