canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
33 stars 38 forks source link

pylintrc: re-enable too-many-arguments #941

Closed xmkg closed 4 months ago

xmkg commented 4 months ago

started using dataclass types for grouping long list of arguments.

Suppressed the warning for test functions.