Add linting workflow #3
Annotations
8 errors and 1 warning
var-naming[no-role-prefix]:
roles/repos/defaults/main.yml#L2
Variables names from within roles should use repos_ as a prefix. (vars: influxdb_repos_key_url)
|
name[casing]:
roles/repos/tasks/Debian.yml#L2
All names should start with an uppercase letter.
|
name[casing]:
roles/repos/tasks/Debian.yml#L7
All names should start with an uppercase letter.
|
name[casing]:
roles/repos/tasks/RedHat.yml#L2
All names should start with an uppercase letter.
|
name[casing]:
roles/repos/tasks/RedHat.yml#L7
All names should start with an uppercase letter.
|
var-naming[no-role-prefix]:
roles/repos/vars/Debian.yml#L2
Variables names from within roles should use repos_ as a prefix. (vars: influxdb_repos_stable)
|
var-naming[no-role-prefix]:
roles/repos/vars/RedHat.yml#L2
Variables names from within roles should use repos_ as a prefix. (vars: influxdb_repos_stable_baseurl)
|
yamllint
Process completed with exit code 2.
|
jinja[spacing]:
roles/repos/vars/Debian.yml#L2
Jinja2 spacing could be improved: deb https://repos.influxdata.com/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} stable -> deb https://repos.influxdata.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} stable
|