Skip to content

Commit d0839a3

Browse files
mnasiadkayoctozepto
authored andcommitted
CI: Fix yamllint comments-indentation in .ansible-lint
Change-Id: Ie3ca5526e2af30db06631e7c215fe2db13c92f2f (cherry picked from commit 6ef4d03)
1 parent 45f12ae commit d0839a3

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.ansible-lint

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
---
12
use_default_rules: true
23
skip_list:
3-
# [E701] galaxy_info missing in metadata
4+
# [E701] galaxy_info missing in metadata
45
- '701'
5-
# [E602] https://github.com/ansible/ansible-lint/issues/457
6+
# [E602] https://github.com/ansible/ansible-lint/issues/457
67
- '602'
7-
# [E301] Commands should not change things if nothing needs doing
8-
# TODO(mnasiadka): Fix tasks that fail this check in a later iteration
8+
# [E301] Commands should not change things if nothing needs doing
9+
# TODO(mnasiadka): Fix tasks that fail this check in a later iteration
910
- '301'
10-
# [E503] Tasks that run when changed should likely be handlers
11-
# TODO(mnasiadka): Rework baremetal role to do handlers instead of when: *.changed
11+
# [E503] Tasks that run when changed should likely be handlers
12+
# TODO(mnasiadka): Rework baremetal role to do handlers instead of when: *.changed
1213
- '503'
13-
# [E106] Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
14+
# [E106] Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
1415
- '106'
15-
# [E208] permissions not mentioned
16-
# FIXME(mnasiadka): Rework file/template to include permissions
16+
# [E208] permissions not mentioned
17+
# FIXME(mnasiadka): Rework file/template to include permissions
1718
- '208'
18-
# [unnamed-task] All tasks should be named
19-
# FIXME(mgoddard): Add names to all tasks
19+
# [unnamed-task] All tasks should be named
20+
# FIXME(mgoddard): Add names to all tasks
2021
- unnamed-task

0 commit comments

Comments
 (0)