Skip to content

Commit ecee7f6

Browse files
committed
ci: create .duvet/config.toml
1 parent 71e56fe commit ecee7f6

File tree

641 files changed

+22875
-16945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+22875
-16945
lines changed

.duvet/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
reports/

.duvet/config.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
'$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json"
2+
3+
[[source]]
4+
pattern = "quic/**/*.rs"
5+
6+
[[specification]]
7+
source = "https://www.rfc-editor.org/rfc/rfc8312"
8+
9+
[[specification]]
10+
source = "https://www.rfc-editor.org/rfc/rfc8899"
11+
12+
[[specification]]
13+
source = "https://www.rfc-editor.org/rfc/rfc9000"
14+
15+
[[specification]]
16+
source = "https://www.rfc-editor.org/rfc/rfc9001"
17+
18+
[[specification]]
19+
source = "https://www.rfc-editor.org/rfc/rfc9002"
20+
21+
[report.html]
22+
enabled = true
23+
issue-link = "https://github.com/aws/s2n-quic/issues"
24+
blob-link = "https://github.com/aws/s2n-quic/blob/${{ BLOB || GITHUB_SHA || 'main' }}"
25+
26+
[report.snapshot]
27+
enabled = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)