[Python-Dev] How is the GitHub workflow working for people?
Guido van Rossum
guido at python.org
Sun Feb 25 00:13:07 EST 2018
More information about the Python-Dev mailing list
Sun Feb 25 00:13:07 EST 2018
- Previous message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Next message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's easy to only analyze the files in the diff (these linters don't do cross-file analysis anyways, typically) and it's possible to write a filter that only keeps warnings about lines that are changed, but I don't know of a standard solution for the latter (places where I worked where I've seen this always had their own custom implementation). On Sat, Feb 24, 2018 at 7:35 PM, Mariatta Wijaya <mariatta.wijaya at gmail.com> wrote: > Can any of these said linters analyze only the diff in the PR, instead of > the entire CPython codebase? > > Mariatta Wijaya > > ᐧ > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > guido%40python.org > > -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180224/ec1823eb/attachment.html>
- Previous message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Next message (by thread): [Python-Dev] How is the GitHub workflow working for people?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list