summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-19 15:38:20 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-19 15:38:20 +0900
commitc1c09e3663ed4d36383810418f4f2bd6206023b8 (patch)
treeb6bcc82e95b4355be801d22f17d4efeb74e0ad87 /.pylintrc
parent0830323d0b9927b6fcf1ad7f313bea06cd82283c (diff)
downloadbuildstream-c1c09e3663ed4d36383810418f4f2bd6206023b8.tar.gz
.pylintrc: Enable linting for unused variables
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 66b7201bf..eaf827fd6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -105,7 +105,6 @@ disable=#####################################
invalid-name,
unused-argument,
- unused-variable,
###########################################################
# Messages that report warnings which should be addressed #