[Lldb-commits] [PATCH] D14375: [swig] Start of pylint on python build scripts.
Bruce Mitchener via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 4 23:42:03 PST 2015
brucem created this revision.
brucem added reviewers: zturner, domipheus.
brucem added a subscriber: lldb-commits.
This does a broad first pass on cleaning up a lot of the noise when
using pylint on these scripts. It mostly addresses issues of:
* Mixed tabs and spaces.
* Trailing whitespace.
* Semicolons where they aren't needed.
* Incorrect whitespace around () and [].
* Superfluous parentheses.
There will be subsequent patches with further changes that build
upon these.
http://reviews.llvm.org/D14375
Files:
scripts/Python/buildSwigPython.py
scripts/Python/finishSwigPythonLLDB.py
scripts/Python/modify-python-lldb.py
scripts/buildSwigWrapperClasses.py
scripts/finishSwigWrapperClasses.py
scripts/utilsArgsParse.py
scripts/utilsDebug.py
scripts/utilsOsType.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14375.39326.patch
Type: text/x-patch
Size: 174488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151105/ebba248f/attachment-0001.bin>
More information about the lldb-commits
mailing list