All checks were successful
CI / Makefile Lint (push) Successful in 22s
CI / Go Lint (push) Successful in 26s
CI / Markdown Lint (push) Successful in 9s
CI / Unit Tests (push) Successful in 21s
CI / Fuzz Tests (push) Successful in 53s
CI / Mutation Tests (push) Successful in 1m23s
Reviewed-on: #7 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>
18 lines
263 B
YAML
18 lines
263 B
YAML
default: true
|
|
heading-style:
|
|
style: atx
|
|
ul-indent:
|
|
indent: 2
|
|
line-length: false
|
|
no-duplicate-heading:
|
|
siblings_only: true
|
|
no-inline-html:
|
|
allowed_elements:
|
|
- br
|
|
- details
|
|
- summary
|
|
- img
|
|
- picture
|
|
- source
|
|
first-line-heading: true
|