mirror of
https://github.com/grdl/git-get.git
synced 2026-02-10 02:04:20 +00:00
Disable paralleltest linter
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,3 +2,7 @@ dist/
|
|||||||
__debug_bin
|
__debug_bin
|
||||||
.claude/
|
.claude/
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|
||||||
|
# Locally built executables
|
||||||
|
git-get
|
||||||
|
git-get.exe
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ linters:
|
|||||||
|
|
||||||
disable:
|
disable:
|
||||||
- depguard # We don't have any packages we need to block
|
- depguard # We don't have any packages we need to block
|
||||||
|
- paralleltest # Tests are fast already and paralellizing them adds complexity
|
||||||
|
|
||||||
exclusions:
|
exclusions:
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user