Skip to content

Commit b67aab1

Browse files
committed
ci: fix yamllint config
1 parent d6cf46e commit b67aab1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template
33
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
44
# Check into version control.
5-
_commit: 0.1.3
5+
_commit: 0.1.4
66
_src_path: gh:KyleKing/mdformat-plugin-template
77
author_email: [email protected]
88
author_name: Kyle King

.yamllint.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
3+
extends: default
4+
5+
rules:
6+
empty-values: enable
7+
float-values: enable
8+
line-length: disable
9+
octal-values: enable
10+
# quoted-strings: enable
11+
comments:
12+
min-spaces-from-content: 1

0 commit comments

Comments
 (0)