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 broad-exception-raised #938

Closed mustafakemalgilor closed 1 month ago

mustafakemalgilor commented 1 month ago

replace all Exception() with appropriate exception types. Used built-in exception types where possible, added user-defined exception types to hotsos.core.exceptions for others.