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
Is your feature request related to a problem? Please describe.
Currently I get [error] Explicitly specified pattern "<filepath>" is a symbolic link with prettier linter. This happens when VALIDATE_ALL_CODEBASE is false since specific file path is sent to prettier, it doesn't throw error when passing glob path it ignores symlink files silently.
Describe the solution you'd like
I reckon it makes sense to ignore symlink files when VALIDATE_ALL_CODEBASE is false, since original file is modified only that file needs checking not all the symlinked locations since it would be duplicates checks anyway.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently I get
[error] Explicitly specified pattern "<filepath>" is a symbolic link
with prettier linter. This happens whenVALIDATE_ALL_CODEBASE
is false since specific file path is sent to prettier, it doesn't throw error when passing glob path it ignores symlink files silently.Describe the solution you'd like
I reckon it makes sense to ignore symlink files when VALIDATE_ALL_CODEBASE is false, since original file is modified only that file needs checking not all the symlinked locations since it would be duplicates checks anyway.
The text was updated successfully, but these errors were encountered: