Skip to content

Add linting workflow #3

Add linting workflow

Add linting workflow #3

Triggered via pull request December 28, 2023 21:16
Status Failure
Total duration 1m 4s
Artifacts

yamllint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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