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
When the ignores cache is refreshed by running the validator with the -c flag set, the previously cached ignores will be dropped from the cache, except those from files which currently have errors. This happens because the cache is completely refreshed each time, but the files without errors won't be parsed at all due to caching.
The text was updated successfully, but these errors were encountered:
When the ignores cache is refreshed by running the validator with the
-c
flag set, the previously cached ignores will be dropped from the cache, except those from files which currently have errors. This happens because the cache is completely refreshed each time, but the files without errors won't be parsed at all due to caching.The text was updated successfully, but these errors were encountered: