diff options
author | Stefan Beller <sbeller@google.com> | 2016-06-17 16:36:47 -0700 |
---|---|---|
committer | Stefan Beller <sbeller@google.com> | 2016-06-17 16:37:24 -0700 |
commit | d64e8eee518714c0d164a0acae03886a3ff675c9 (patch) | |
tree | a9da924fe3b8abca97ac7ac0f2b5d12293a909ba /gitc_utils.py | |
parent | 8b39fb4bc01809f20a2998c55dede18717682a56 (diff) | |
download | git-repo-d64e8eee518714c0d164a0acae03886a3ff675c9.tar.gz |
pylint: ignore bad-whitespace
This ignores whitespaces errors, which we have quite a few of in argument
lists, for example:
************* Module git_config
C:209, 0: No space allowed around keyword argument assignment
def HasSection(self, section, subsection = ''):
^ (bad-whitespace)
C:320, 0: No space allowed around keyword argument assignment
capture_stdout = True,
^ (bad-whitespace)
C:321, 0: No space allowed around keyword argument assignment
capture_stderr = True)
^ (bad-whitespace)
C:427, 0: Exactly one space required after comma
'-o','ControlPath %s' % ssh_sock(),
^ (bad-whitespace)
C:436, 0: Exactly one space required after comma
check_command = command_base + ['-O','check']
^ (bad-whitespace)
C:464, 0: Exactly one space required after comma
% (host,port, str(e)), file=sys.stderr)
^ (bad-whitespace)
C:707, 0: No space allowed around keyword argument assignment
return self._config.GetString(key, all_keys = all_keys)
^ (bad-whitespace)
C:759, 0: No space allowed around keyword argument assignment
return self._config.GetString(key, all_keys = all_keys)
^ (bad-whitespace)
Change-Id: Ia8f154f6741ce609787551f65877d7584c457903
Signed-off-by: Stefan Beller <sbeller@google.com>
Diffstat (limited to 'gitc_utils.py')
0 files changed, 0 insertions, 0 deletions