fixing some linting #133
Annotations
17 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
roles/rke2/tasks/add_ansible_managed_config.yml#L31
Tasks that run when changed should likely be handlers.
|
inventory/sample/hosts.yml#L6
Line too long (123 > 120 characters)
|
inventory/sample/hosts.yml#L25
Comment not indented like content
|
inventory/sample/hosts.yml#L28
Line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L31
Line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L34
Line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L66
Comment not indented like content
|
roles/testing/tasks/troubleshooting.yml#L12
Use failed_when and specify error conditions instead of using ignore_errors.
|
roles/testing/tasks/troubleshooting.yml#L28
Use failed_when and specify error conditions instead of using ignore_errors.
|
roles/testing/tasks/troubleshooting.yml#L44
Use failed_when and specify error conditions instead of using ignore_errors.
|
inventory/sample/hosts.yml#L6
6:121 [line-length] line too long (123 > 120 characters)
|
inventory/sample/hosts.yml#L25
25:11 [comments-indentation] comment not indented like content
|
inventory/sample/hosts.yml#L28
28:121 [line-length] line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L31
31:121 [line-length] line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L34
34:121 [line-length] line too long (265 > 120 characters)
|
inventory/sample/hosts.yml#L66
66:11 [comments-indentation] comment not indented like content
|
This job succeeded
Loading