Skip to content

symlink paths #1318

Open
Open
@JamesKyburz

Description

Symlink paths

When this tool is used together with husky and prettier symlink files are processed.
This causes issues with the latest version of prettier that errors on symbolic links....

In the context of linting symlink files don't make any sense?

Would you accept a pull request to ignore symlink files?

Steps to reproduce

Add a new file with git add that is a symlink.

git status
A  index.js
git ls-files -s | grep index.js
120000 8577b9841658a7a00067d49e79e8292077b37193 0	index.js

Debug Logs

expand to view
COPY THE DEBUG LOGS HERE

Environment

  • OS: macOS High Sierra
  • Node.js: v18.16.1
  • lint-staged: 14.0.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions