File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
use_default_rules: true
2
3
skip_list:
3
- # [E701] galaxy_info missing in metadata
4
+ # [E701] galaxy_info missing in metadata
4
5
- '701'
5
- # [E602] https://github.com/ansible/ansible-lint/issues/457
6
+ # [E602] https://github.com/ansible/ansible-lint/issues/457
6
7
- '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
9
10
- '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
12
13
- '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
14
15
- '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
17
18
- '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
20
21
- unnamed-task
You can’t perform that action at this time.
0 commit comments