Skip to content

Commit d92fc1f

Browse files
authored
ignore tests findings (tellerops#111)
Signed-off-by: Elad Kaplan <[email protected]>
1 parent 6c67edf commit d92fc1f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.spectral/spectral.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Spectral
2+
#
3+
# Here's a result run of the initial configuration, placed in '.spectral/'
4+
#
5+
# $ spectral
6+
#
7+
# [sample] ------------- summary -------------
8+
# [sample] AWS0001 - No AWS secrets in python files.
9+
# sp
10+
# - /../spectral/src/sp.py (AKIA223)
11+
# [sample] total 8 byte(s), 1 file(s), 1 match(es) in 14ms
12+
#
13+
#
14+
15+
match_ignores:
16+
ignores:
17+
- rule_id: SENF033
18+
path: pkg/providers/mock_providers/keypass.kdbx
19+
- rule_id: SENF073
20+
path: fixtures/sync/source.env
21+
- rule_id: SENF073
22+
path: fixtures/mirror-drift/source.env
23+
- rule_id: SENF073
24+
path: fixtures/sync/target2.env
25+
- rule_id: SENF073
26+
path: fixtures/mirror-drift/target.env

0 commit comments

Comments
 (0)