[Lldb-commits] [lldb] [llvm] [CI][lldb] Add a github workflow that runs pylint on LLDB API test changes (PR #182003)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 20 09:53:36 PST 2026
Michael137 wrote:
> Is pylint currently clean over all the python files in lldb/test/API? This isn't like git clang-format where we only look for issues in changed lines, so if we're not already clean, I'd be a bit hesitant to land this due to pre-existing issues showing up on people's PRs.
Last I ran it (pretty recently) it was fine (for that specific error that we're filtering).
https://github.com/llvm/llvm-project/pull/182003
More information about the lldb-commits
mailing list