-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Integrate python-lint into validation tests #8238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please smoke test |
Looks like the Linux CI doesn't have flake8 so python-lint tests never run. @shahmishal is it possible to install flake8 on the Linux CI machines for parity with OSX? However, OSX does correctly identify linting errors:
|
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
@practicalswift FYI - sorry you'll never get to garden python-lints again ;) |
@hughbe That sounds excellent! Let's raise the gardening bar :-) |
|
@gottesmm suggested this. I finally got round to it!
I expect the tests to fail due to python linting failures. I want to make sure that I've correctly setup this so that I get a big red X in the CI.
I'll fix the python-lint violations after that