Closed joatmor closed 10 months ago
shellcheck --version
#!/your/interpreter your script here
.git: .git: openBinaryFile: inappropriate type (is a directory)
Shellcheck should simply ignore my git directory
Documentation states that you should supply files on the command lines, not directories. That should have been enough.
For bugs
shellcheck --version
or "online"):For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
.git: .git: openBinaryFile: inappropriate type (is a directory)
Here's what I wanted or expected to see:
Shellcheck should simply ignore my git directory