You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
425 B
24 lines
425 B
kinds: |
|
- j2: "**/*.j2.yaml" |
|
- playbook: "**/common/*.yml" |
|
- yaml: "roles/*.yaml" |
|
mock_modules: |
|
- tripleo_all_nodes_data |
|
skip_list: |
|
# TODO(zbr): Address in follow-ups |
|
- role-name |
|
- unnamed-task |
|
# yaml ones: |
|
- braces |
|
- colons |
|
- commas |
|
- comments |
|
- comments-indentation |
|
- empty-lines |
|
- indentation |
|
- line-length |
|
- new-line-at-end-of-file |
|
- trailing-spaces |
|
- truthy |
|
- brackets |
|
- hyphens
|
|
|