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

[WIP] Ansible-lint: Add example config for github action #612

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on May 31, 2023

  1. Ansible-lint: Add example config for github action

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    01f5602 View commit details
    Browse the repository at this point in the history
  2. ansible-lint: use different repo for action

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e3936e0 View commit details
    Browse the repository at this point in the history
  3. ansible-lint: check out repo before linting it

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d73085b View commit details
    Browse the repository at this point in the history
  4. ansible-lint: ignore all existing problems

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9c76574 View commit details
    Browse the repository at this point in the history
  5. Update .ansible-lint with file header

    Co-authored-by: Felix Fontein <[email protected]>
    MarkusTeufelberger and felixfontein authored May 31, 2023
    Configuration menu
    Copy the full SHA
    062a3da View commit details
    Browse the repository at this point in the history
  6. ansible-lint: github workflow files contain a truthy value by design

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    aadbca6 View commit details
    Browse the repository at this point in the history
  7. ansible-lint: rename a reserved variable name

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6fcb8ec View commit details
    Browse the repository at this point in the history
  8. ansible-lint: add 2 more ignores that are relevant in 6.17.0

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed May 31, 2023
    Configuration menu
    Copy the full SHA
    cc04f4c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. ansible-lint: Use better workaround for truthy yaml keys

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4f25aca View commit details
    Browse the repository at this point in the history
  2. ansible-lint: fix missing newline at end of file

    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a182f21 View commit details
    Browse the repository at this point in the history
  3. ansible-lint: fix trailing spaces

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e3d0a4b View commit details
    Browse the repository at this point in the history
  4. ansible-lint: fix indentation of some comments

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    57ae17d View commit details
    Browse the repository at this point in the history
  5. ansible-lint: remove empty line

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f088fac View commit details
    Browse the repository at this point in the history
  6. ansible-lint: Name all plays

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    59e0a74 View commit details
    Browse the repository at this point in the history
  7. ansible-lint: remove spaces inside some brackets

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    852ca2c View commit details
    Browse the repository at this point in the history
  8. ansible-lint: add missing task name to satisfy tasks schema

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f88839d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. switch back to main repo and use per-file ignores instead of global ones

    Signed-off-by: Markus Teufelberger <[email protected]>
    Markus Teufelberger committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    13396dd View commit details
    Browse the repository at this point in the history