Context
These show how symlinks in linters can go wrong:
Proposal
Do one of these two (likely they aren't compatible):
- filter out symlinks as a
strategy
- create a linter that fails whenever a file is a symlink
Acceptance criteria
lein checkouts keep working
Additional resources
git config --global core.symlinks false might be a good thing to perform in CI prior to the checkout step.
Context
These show how symlinks in linters can go wrong:
Proposal
Do one of these two (likely they aren't compatible):
strategyAcceptance criteria
lein checkouts keep working
Additional resources
git config --global core.symlinks falsemight be a good thing to perform in CI prior to thecheckoutstep.