Commit 5f378fea authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

.pylintrc: Enable attribute-defined-outside-init messages

This will give us an error if an instance attribute is ever
declared outside of the constructor, which usually constitutes
either a bug or a violation of the coding standard, rendering
code more difficult to read.
parent 2282af27
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment