mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Consider module_utils deps when running tests. (#21382)
* Skip pep8 analysis when --explain is used. * Fix return type annotations. * Match line length requirement of PEP 8 config. * Consider module_utils deps when running tests.
This commit is contained in:
parent
f2729f11c3
commit
d54bc09fae
6 changed files with 229 additions and 37 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd test/runner/
|
||||
|
||||
pylint --max-line-length=120 --reports=n ./*.py ./*/*.py \
|
||||
pylint --max-line-length=160 --reports=n ./*.py ./*/*.py \
|
||||
--jobs 2 \
|
||||
--rcfile /dev/null \
|
||||
--function-rgx '[a-z_][a-z0-9_]{2,40}$' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue