Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Yaml Lint
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: 'descriptions/**/*.yaml'
yamllint_file_or_dir: 'descriptions/*.yaml'
yamllint_strict: false
yamllint_config_filepath: '.yamllint-config.yml'
yamllint_comment: true
28 changes: 28 additions & 0 deletions .yamllint-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---

extends: default

rules:
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons:
level: warning
commas:
level: warning
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
level: warning
hyphens:
level: warning
indentation:
level: warning
indent-sequences: consistent
line-length: disable
trailing-spaces: disable
truthy: disable
Empty file removed descriptions/.gitkeep
Empty file.
Loading