-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsigrid.yaml
More file actions
58 lines (52 loc) · 1.31 KB
/
sigrid.yaml
File metadata and controls
58 lines (52 loc) · 1.31 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
55
56
57
58
languages:
- name: "css"
- name: "sqlite"
production:
include:
- ".*/migrations/.*[.]sql"
test:
include:
- ".*/fixtures/.*[.]sql"
- name: "rust"
production:
test:
include:
- ".*/backend/apportionment/src/test_helpers.rs"
- ".*/backend/apportionment/fuzz/.*[.]rs"
- ".*/gen-test-gsb-election[.]rs"
- ".*/test_data_gen/.*[.]rs"
- ".*/typst_tests[.]rs"
- ".*/backend/fuzz/.*[.]rs"
- name: "typescript"
production:
test:
include:
- ".*/frontend/[.]storybook/.*"
- ".*/frontend/.*[.]e2e[.]ts"
- ".*/frontend/.*.stories[.]tsx"
- ".*/frontend/src/components/error/NotAvailableInMock[.]tsx"
- ".*/frontend/src/features/dev/.*"
- ".*/frontend/.*/testing/.*"
- ".*/frontend/e2e-tests/.*"
generated:
include:
- ".*/frontend/.*/generated/.*[.]ts"
exclude:
- ".*/backend/[.]env"
- ".*/backend/[.]sqlx/.*"
- ".*/backend/src/bin/gen-.*[.]rs"
- ".*/documentatie/.*"
- ".*/frontend/scripts/.*"
- ".*/docker-compose[.]yml"
- ".*/packaging/.*"
dependencychecker:
blocklist:
- "abacus"
- "abacus-fuzz"
- "apportionment"
- "apportionment-fuzz"
transitive: true
architecture:
enabled: true
thirdpartyfindings:
enabled: true