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

Add support for acceptable command options #1544

Merged
merged 18 commits into from May 3, 2021
Merged

Add support for acceptable command options #1544

merged 18 commits into from May 3, 2021

Commits on Mar 11, 2021

  1. create get_second_cmd_arg function

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0e9dd9b View commit details
    Browse the repository at this point in the history
  2. add support for acceptable command options

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1545241 View commit details
    Browse the repository at this point in the history
  3. add CommandsInsteadOfModulesRule tests

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    82a30a0 View commit details
    Browse the repository at this point in the history
  4. ignore PT009, add docstrings

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9aad839 View commit details
    Browse the repository at this point in the history
  5. hopefully fix D400

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2c3578b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    91e0d69 View commit details
    Browse the repository at this point in the history
  2. remove playbooks and place tasks in test file

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    079f36d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ISSUE682' of github.com:konstruktoid/ansible-lint into …

    …ISSUE682
    
    * 'ISSUE682' of github.com:konstruktoid/ansible-lint:
      Avoid pre-run errors when role-name is disabled (#1459)
      Avoid exception when git is missing (#1456)
      Improve how we determine runtime verbosity
    konstruktoid committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a5b3c34 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    017ad10 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    e0aa643 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Merge branch 'master' into ISSUE682

    * master:
      More type (2) (#1497)
      More type (#1496)
      Add ability to ignore jinja2 templates (#1494)
      Fix MetaMainHasInfoRule when running from meta dir (#1493)
    konstruktoid committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8601ed9 View commit details
    Browse the repository at this point in the history
  2. move tests into src

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e9d8475 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. systemd module status isnt systemctl status

    Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
    konstruktoid committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    86a726c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ISSUE682

    * master:
      Recommend using pipx to install ansible-lint (#1520)
      Ignore templated files (#1524)
      src/ansiblelint/utils.py: Ensure that the role file is not a file (#1522)
      Fixed docs edit links (#1525)
      Fix role name handling in prerun.py (#1490)
      More type (3) (#1498)
      Retry prepare environment three times before failing (#1517)
      Add ansible-role-bootstrap (#1503)
      Fix meta-incorrect rule to report correctly (#1515)
      Update dependencies (#1516)
      Add DebOps project to eco test pipeline (#1500)
    konstruktoid committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b08683e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    9e7f8d5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    5e16439 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    ssbarnea committed May 3, 2021
    Configuration menu
    Copy the full SHA
    288bf3e View commit details
    Browse the repository at this point in the history
  3. Fix test

    ssbarnea committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9ac333a View commit details
    Browse the repository at this point in the history