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
31 stars 37 forks source link

pylintrc: re-enable too-many-lines, part 1 #942

Closed brianphaley closed 1 month ago

brianphaley commented 1 month ago

To get under the 1000 line limit, move the openstack exception classes to more specific files. Include all the definitions back in the base file so no callers have to change.