Skip to content

normalize

normalize #1

Triggered via push May 3, 2024 10:37
Status Failure
Total duration 7m 40s
Artifacts

molecule.yml

on: push
Matrix: test
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
galaxy[no-changelog]: .github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
galaxy[tags]: .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']
schema[galaxy]: .github/workflows/galaxy.yml#L1
Additional properties are not allowed ('jobs', 'true' were unexpected)
galaxy[version-missing]: .github/workflows/galaxy.yml#L6
galaxy.yaml should have version tag.
yaml[document-start]: .github/workflows/main.yml#L1
Missing document start "---"
name[casing]: handlers/main.yml#L3
All names should start with an uppercase letter.
name[casing]: handlers/main.yml#L9
All names should start with an uppercase letter.
name[casing]: handlers/main.yml#L15
All names should start with an uppercase letter.
schema[meta]: meta/main.yml#L1
2.12 is not of type 'string'
fqcn[action-core]: molecule/default/converge.yml#L9
Use FQCN for builtin module actions (user).
jinja[spacing]: 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') }}
jinja[spacing]: tasks/03-install-neovim-helpers.yml#L71
Jinja2 spacing could be improved: set -o pipefail
jinja[spacing]: vars/main.yml#L11
Jinja2 spacing could be improved: {{ nvim_fnm_skip_shell|default(false) }} -> {{ nvim_fnm_skip_shell | default(false) }}
jinja[spacing]: vars/main.yml#L19
Jinja2 spacing could be improved: {{ nvim_cargo_crates|list }} -> {{ nvim_cargo_crates | list }}