normalize #1
Annotations
10 errors and 4 warnings
ansible-lint:
.github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|
ansible-lint:
.github/workflows/galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
|
ansible-lint:
.github/workflows/galaxy.yml#L1
Additional properties are not allowed ('jobs', 'true' were unexpected)
|
ansible-lint:
.github/workflows/galaxy.yml#L6
galaxy.yaml should have version tag.
|
ansible-lint:
.github/workflows/main.yml#L1
Missing document start "---"
|
ansible-lint:
handlers/main.yml#L3
All names should start with an uppercase letter.
|
ansible-lint:
handlers/main.yml#L9
All names should start with an uppercase letter.
|
ansible-lint:
handlers/main.yml#L15
All names should start with an uppercase letter.
|
ansible-lint:
meta/main.yml#L1
2.12 is not of type 'string'
|
ansible-lint:
molecule/default/converge.yml#L9
Use FQCN for builtin module actions (user).
|
ansible-lint:
tasks/02-install-neovim.yml#L9
Jinja2 spacing could be improved: {{ nvim_src_dest|default(ansible_env.HOME + '/src/neovim') }} -> {{ nvim_src_dest | default(ansible_env.HOME + '/src/neovim') }}
|
ansible-lint:
tasks/03-install-neovim-helpers.yml#L71
Jinja2 spacing could be improved: set -o pipefail
|
ansible-lint:
vars/main.yml#L11
Jinja2 spacing could be improved: {{ nvim_fnm_skip_shell|default(false) }} -> {{ nvim_fnm_skip_shell | default(false) }}
|
ansible-lint:
vars/main.yml#L19
Jinja2 spacing could be improved: {{ nvim_cargo_crates|list }} -> {{ nvim_cargo_crates | list }}
|
Loading