ansible / ansible-builder

An Ansible execution environment builder
Other
292 stars 97 forks source link

Add pylint to CI #575

Closed Akasurde closed 1 year ago

Akasurde commented 1 year ago

Adding pylint to the CI linting tests.

The plan is to slowly enable individual checks until we get the number of errors down a bit. Disabled all checks for now except for W0102 - dangerous-default-value.