diff options
author | Petr Spacek <pspacek@redhat.com> | 2016-03-01 15:42:48 +0100 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2016-03-07 12:33:21 +0100 |
commit | 42c01eb3270d8c47c41f7f9b0da7064edb4b0e47 (patch) | |
tree | c7b8797852e7cf4a48db2cfe869d4bad2355c0fc /pylintrc | |
parent | 8bf6aa2c1c957025c7d466f7a33202a191764f0b (diff) | |
download | freeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.tar.gz freeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.tar.xz freeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.zip |
Pylint: enable parallelism
The config file specifies 8 cores but Pylint very quickly
ends up with 3 cores so do not worry about overwhelming your system.
Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ persistent=no load-plugins=pylint_plugins # Use multiple processes to speed up Pylint. -jobs=1 +jobs=0 [MESSAGES CONTROL] |