diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-09-02 11:49:37 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-09-19 20:57:52 -0400 |
commit | 188c552dcfe4aad30041263685eb421240a72e6f (patch) | |
tree | 17dd732b57d452cde8ea95119818c84fb9a9bd26 /.pylintrc | |
parent | b11cf2f37165ddf0ebe737e85768483ff4387481 (diff) | |
download | meson-188c552dcfe4aad30041263685eb421240a72e6f.zip meson-188c552dcfe4aad30041263685eb421240a72e6f.tar.gz meson-188c552dcfe4aad30041263685eb421240a72e6f.tar.bz2 |
pylint: enable use-maxsplit-arg
This finds a bunch of places where we can do more efficient string
splitting.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ disable= use-dict-literal, use-implicit-booleaness-not-comparison, use-list-literal, - use-maxsplit-arg, use-sequence-for-iteration, used-before-assignment, useless-return, |