aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-09-08 10:30:39 -0700
committerEli Schwartz <eschwartz@archlinux.org>2022-11-29 22:00:12 -0500
commite8727fc8571bc8b9dc23255c267b52478d12e66f (patch)
treef3afb2e3b581ad3db3257f72ea36adb064f42cab /.pylintrc
parent6190b6466e000d435793b544eaa6df25216a7cf4 (diff)
downloadmeson-e8727fc8571bc8b9dc23255c267b52478d12e66f.zip
meson-e8727fc8571bc8b9dc23255c267b52478d12e66f.tar.gz
meson-e8727fc8571bc8b9dc23255c267b52478d12e66f.tar.bz2
pylint: enable implicit-str-concat
Which catches a very real bug. The zlib system dependency failed to work on MSVC since initial implementation in commit c1a3b37ab7e4ccf3a946ee4ba6da81a4c230ecc4 -- it looked for the wrong name.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 59cdc5e..6245958 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -20,7 +20,6 @@ disable=
duplicate-value,
exec-used,
fixme,
- implicit-str-concat,
import-error,
import-outside-toplevel,
inconsistent-mro,