mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
Test fixtures are intentionally synthetic inputs (broken/unused code, malformed samples) used to exercise the analyzer. Quality-tool findings on them are noise, not real bugs — they were drowning out actionable signal in the GitHub Security tab. - CodeQL: add `**/test/fixtures/**` to paths-ignore in codeql.yml - ESLint: add `gitnexus-web/test/fixtures/**` to global ignores (the gitnexus/ counterpart was already ignored) - Prettier: add `gitnexus-web/test/fixtures/` to .prettierignore (same gap as ESLint) Real test files (*.test.ts) remain in scope so genuine issues like js/file-system-race and js/insecure-temporary-file in test code still surface.
17 lines
236 B
Text
17 lines
236 B
Text
dist/
|
|
coverage/
|
|
gitnexus/vendor/
|
|
gitnexus/test/fixtures/
|
|
gitnexus-web/test/fixtures/
|
|
gitnexus-web/playwright-report/
|
|
gitnexus-web/test-results/
|
|
*.d.ts
|
|
*.snap
|
|
*.wasm
|
|
*.md
|
|
.gitnexus/
|
|
.vercel/
|
|
.claude-flow/
|
|
.swarm/
|
|
assets/
|
|
repomix-output*
|