Skip to content

Commit 7b24b96

Browse files
committed
ci: create .duvet/config.toml
1 parent adc7ba9 commit 7b24b96

File tree

639 files changed

+16788
-16944
lines changed

Some content is hidden

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

639 files changed

+16788
-16944
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+
[report.html]
7+
enabled = true
8+
issue-link = "https://github.com/aws/s2n-quic/issues"
9+
blob-link = "https://github.com/aws/s2n-quic/blob/${{ GITHUB_SHA || 'main' }}"
10+
11+
[report.json]
12+
enabled = true
13+
14+
[[specification]]
15+
source = "https://www.rfc-editor.org/rfc/rfc8312"
16+
17+
[[specification]]
18+
source = "https://www.rfc-editor.org/rfc/rfc8899"
19+
20+
[[specification]]
21+
source = "https://www.rfc-editor.org/rfc/rfc9000"
22+
23+
[[specification]]
24+
source = "https://www.rfc-editor.org/rfc/rfc9001"
25+
26+
[[specification]]
27+
source = "https://www.rfc-editor.org/rfc/rfc9002"
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)