Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilize yamllint severity levels for rule severity #1530

Merged
merged 3 commits into from Apr 20, 2021

Commits on Apr 13, 2021

  1. Utilize yamllint severity levels for rule severity

    yamllint allows to categorize found problems as "error" or "warning"
    ansible-lint treats them all as having VERY_LOW severity anyway
    This commit keeps the VERY_LOW severity categorization for problems
    that yamllint reports as "warning", but uses MEDIUM severity for
    problems reported as "error"
    Syntax errors reported by yamllint are raised to VERY_HIGH severity
    FloSchwalm committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    28aeee5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    16dfa38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b0b35 View commit details
    Browse the repository at this point in the history