Skip to content

Commit

Permalink
ci: fix yamllint config
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Mar 30, 2024
1 parent d6cf46e commit b67aab1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
# Check into version control.
_commit: 0.1.3
_commit: 0.1.4
_src_path: gh:KyleKing/mdformat-plugin-template
author_email: dev.act.kyle@gmail.com
author_name: Kyle King
Expand Down
12 changes: 12 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: default

rules:
empty-values: enable
float-values: enable
line-length: disable
octal-values: enable
# quoted-strings: enable
comments:
min-spaces-from-content: 1

0 comments on commit b67aab1

Please sign in to comment.