-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
54 lines (48 loc) · 2.33 KB
/
Copy pathCODEOWNERS
File metadata and controls
54 lines (48 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# CODEOWNERS — review obrigatorio quando arquivos sob estes paths mudam.
# Ordem importa: a ultima regra que casa vence.
# Default owner
* @arthuurw
# Frontend test harness — arquivos sensiveis exigem review explicito
/frontend/src/test/ @arthuurw
/frontend/src/test/setup/ @arthuurw
/frontend/src/test/determinism/ @arthuurw
/frontend/src/test/msw/ @arthuurw
/frontend/.husky/ @arthuurw
/frontend/vitest.config.mts @arthuurw
/frontend/eslint.config.mjs @arthuurw
/frontend/commitlint.config.mjs @arthuurw
/frontend/.lintstagedrc.json @arthuurw
/frontend/playwright.config.ts @arthuurw
/frontend/tsconfig.e2e.json @arthuurw
/frontend/e2e/ @arthuurw
/frontend/lighthouserc.json @arthuurw
/frontend/stryker.conf.json @arthuurw
/frontend/vitest.pact.config.mts @arthuurw
/frontend/pact-broker.config.ts @arthuurw
/frontend/src/test/pact/ @arthuurw
/frontend/instrumentation.ts @arthuurw
/frontend/instrumentation-client.ts @arthuurw
/frontend/sentry.server.config.ts @arthuurw
/frontend/sentry.edge.config.ts @arthuurw
/frontend/next.config.ts @arthuurw
/.gitleaks.toml @arthuurw
/osv-scanner.toml @arthuurw
/zap.yaml @arthuurw
/.github/codeql/ @arthuurw
# Infra e CI
/.github/ @arthuurw
/.github/workflows/ @arthuurw
/nginx/ @arthuurw
/docker-compose.*.yml @arthuurw
/Dockerfile @arthuurw
# Backend — projetos .NET (gera review request via CODEOWNERS, nao bloqueio)
/forzion.tech.Api/ @arthuurw
/forzion.tech.Application/ @arthuurw
/forzion.tech.Domain/ @arthuurw
/forzion.tech.Infrastructure/ @arthuurw
/forzion.tech.Tests/ @arthuurw
/forzion.tech.slnx @arthuurw
/Directory.Build.props @arthuurw
/.editorconfig @arthuurw
# Backend ops criticos
/forzion.tech.Api/appsettings.*.json @arthuurw