Skip to content

Commit

Permalink
update yaml lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Mar 4, 2024
1 parent 295b75c commit 370561b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml → .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ updates:
groups:
python-packages:
patterns:
- "*"
- "*"
9 changes: 9 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extends: default

# Disable checks for truthy values since yamllint reports errors on "on" keywords in GitHub Actions
# configuration files (since in YAML 1.1 "on" is a boolean). We can remove this once yamllint
# defaults to YAML 1.2 or provides options to specify that.
truthy: disable

# This requires all YAML files begin with "---", which in practice is rarely needed.
document-start: disable

0 comments on commit 370561b

Please sign in to comment.