Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

lint_check.sh

Blame
    • Rafael Guterres Jeffman's avatar
      3534fcdc
      ansible-lint: Use the same command line as galaxy-importer · 3534fcdc
      Rafael Guterres Jeffman authored
      Currently, there is a hard coded timeout in galaxy-importer that
      prevents larger collections to execute the ansible-lint step [1].
      
      This patch modifies the calls to ansible-lint on development tools and
      upstream CI to use the same arguments as galaxy-importer and disables
      the execution of the ansible-lint step for the Ansible's sanity test.
      
      Requested ansible-lint version for tools is also updated, as a more
      recent one is required.
      
      This change will not allow development using an environment using Python
      2.7, due to newer ansible-lint requirements. Roles and modules tests
      against target nodes using Python 2.7 is still possible.
      
      [1]: https://github.com/ansible/galaxy-importer/pull/231
      3534fcdc
      History
      ansible-lint: Use the same command line as galaxy-importer
      Rafael Guterres Jeffman authored
      Currently, there is a hard coded timeout in galaxy-importer that
      prevents larger collections to execute the ansible-lint step [1].
      
      This patch modifies the calls to ansible-lint on development tools and
      upstream CI to use the same arguments as galaxy-importer and disables
      the execution of the ansible-lint step for the Ansible's sanity test.
      
      Requested ansible-lint version for tools is also updated, as a more
      recent one is required.
      
      This change will not allow development using an environment using Python
      2.7, due to newer ansible-lint requirements. Roles and modules tests
      against target nodes using Python 2.7 is still possible.
      
      [1]: https://github.com/ansible/galaxy-importer/pull/231