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 "pointless-statement" check. #933

Closed xmkg closed 3 months ago

xmkg commented 3 months ago

for valid use cases in the code base (e.g. property call), assign the return value to a throwaway variable.