mirror of https://github.com/ansible/ansible.git
Add mccabe complexity testing (#64623)
* Add mccabe complexity testing * Make mccabe complexity an optional error * Add mccabe to new sanity pylint requirements * Add a changelog fragment. Co-authored-by: Matt Clay <matt@mystile.com>pull/70032/head
parent
0ae4dac65a
commit
4a4a11d282
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test now includes the ``pylint`` plugin ``mccabe`` in optional sanity tests enabled with ``--enable-optional-errors``
|
||||
@ -1,2 +1,3 @@
|
||||
pylint ; python_version < '3.9' # installation fails on python 3.9.0b1
|
||||
pyyaml # needed for collection_detail.py
|
||||
mccabe # pylint complexity testing
|
||||
|
||||
Loading…
Reference in New Issue