We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c67edf commit d92fc1fCopy full SHA for d92fc1f
.spectral/spectral.yaml
@@ -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
22
+ path: fixtures/mirror-drift/source.env
23
24
+ path: fixtures/sync/target2.env
25
26
+ path: fixtures/mirror-drift/target.env
0 commit comments