diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-19 19:24:36 +0000 |
---|---|---|
committer | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-20 09:38:42 +0000 |
commit | dc3de1a4b8d63f98d748a852db1462fd7d791eeb (patch) | |
tree | 5a1fd31971908d8f4574fcb451ba09faaa8ad40d /.pylintrc | |
parent | da439e6658049bb79ca471f4eeac401e70c548f1 (diff) | |
download | buildstream-dc3de1a4b8d63f98d748a852db1462fd7d791eeb.tar.gz |
tests:lint: enable pylint
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ extension-pkg-whitelist= # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS,tests,doc +ignore=CVS,doc # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. |