Kurt von Laven
Kurt von Laven
Actionlint complains `"with" section is alias node but mapping node is expected [syntax-check]` on valid YAML syntax when anchors and aliases are used with mapping nodes: ```yaml - name: Run...
**Describe the bug** .gitignore files are parsed in a manner inconsistent with [their specification](https://git-scm.com/docs/gitignore). **To Reproduce** Steps to reproduce the behavior: 1. [Setup a yarn 2 project](https://yarnpkg.com/getting-started/install) using [Plug'n'Play](https://yarnpkg.com/features/pnp). 2....
**Is your feature request related to a problem? Please describe.** I want to conveniently catch duplication in a code base as early as possible in the development process on a...
**Is your feature request related to a problem? Please describe.** The threshold option is one of my favorites, because it allows us to limit the amount of duplication in our...
Fixes #213.
Section headers that follow an unordered list containing a fenced code block containing a comment are not detected as valid anchor link targets.
## Describe the bug Without `-x` shellcheck won't open any files that may be referenced but not explicitly passed to it on the command line. This is problematic, because super-linter...
The `check-shebang-scripts-are-executable` hook already avoided false negatives in a Git repository by looking up the Git file mode rather than relying on the file mode in the file system. Git...
`check-executables-have-shebangs` supports being run on files outside of a Git repository, so it seems natural for `check-shebang-scripts-are-executable` to do the same. I would guess it's also slightly faster to check...
## Summary It would be ideal to respect `.gitignore` by default, ignoring the same files that Git does. ### Motivation Files that match patterns in `.gitignore` are unlikely to be...