Commits
Click on a commit to change the comparison rangefix(linter): parse `ignorePatterns` with gitignore syntax (#13221)
closes #13204
Why I need now a `GitignoreBuilder` instead of `OverrideBuilder` like before #12210.
Because `Gitignore::matched_path_or_any_parents` only allows paths inside his root, I needed to "trick" a bit.
Or else the test with `--config another/directory/config.json` would fail.
Now, the base `ignorePatterns` will always be at the current working directory.