It would be somewhat useful if there were a symbolic link linter which could find dead symbolic links and complain about them.
Description
Description
Revisions and Commits
Revisions and Commits
rARC Arcanist | |||
D9444 Add a linter for symbolic links. | |||
D9448 | rARC02e3905cf50a Don't lint symlinks by default. |
Event Timeline
Comment Actions
This seems maybe-perilous because a symlink might point outside the working copy, or might point at an external/submodule which hasn't been initialized. I'd worry false positives like this might overwhelm true positives. That said, this .arclint makes it fairly easy to deal with this kind of stuff with exclusion/inclusion rules.
Comment Actions
Possibly, one real issue at the moment however, is that arc lint will fail to lint these files altogether (none of the linters will be able to read the contents of such a file).