🚫💩 — Run tasks like formatters and linters against staged git files
3 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/integration/git-submodules.test.js | 26 | await execGit(['config', 'user.email', '"test@test.com"'], { cwd: submoduleDir }) |
| LOW | test/integration/git-submodules.test.js | 51 | await execGit(['config', 'user.email', '"test@test.com"'], { cwd: submoduleDir }) |
| LOW | test/integration/__utils__/withGitIntegration.js | 186 | await utils.execGit(['config', 'user.email', '"test@test.com"']) |