Rename function-is-too-complex to complex-structure

This commit is contained in:
Martin Fischer 2023-02-11 08:00:35 +01:00 committed by Charlie Marsh
parent 7db6a2d6d4
commit 70ff65154d
8 changed files with 35 additions and 35 deletions

View file

@ -1,4 +1,4 @@
# function-is-too-complex (C901)
# complex-structure (C901)
Derived from the **mccabe** linter.