diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-19 15:38:20 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-19 15:38:20 +0900 |
commit | c1c09e3663ed4d36383810418f4f2bd6206023b8 (patch) | |
tree | b6bcc82e95b4355be801d22f17d4efeb74e0ad87 /.pylintrc | |
parent | 0830323d0b9927b6fcf1ad7f313bea06cd82283c (diff) | |
download | buildstream-c1c09e3663ed4d36383810418f4f2bd6206023b8.tar.gz |
.pylintrc: Enable linting for unused variables
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ disable=##################################### invalid-name, unused-argument, - unused-variable, ########################################################### # Messages that report warnings which should be addressed # |