-
Notifications
You must be signed in to change notification settings - Fork 47
Fix issue where W0008 could not be disabled #114
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
|
Hi @lukebakken! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
32c8211 to
fa7b3bf
Compare
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thanks! Out of curiosity, is there any reason why you want to disable this linter? Is it generating false positives? |
|
@robertoaloi has imported this pull request. If you are a Meta employee, you can view this in D80779500. |
|
@lukebakken There's a formatting issue on |
Most of the RabbitMQ Common Test suites export everything, which generates a lot of false positives. |
fa7b3bf to
47b85b7
Compare
|
@robertoaloi I've addressed the formatting issue, and made a note for future contributors to do the same. |
Thanks! CI actually has that step, but:
|
|
@robertoaloi has imported this pull request. If you are a Meta employee, you can view this in D80779500. |
|
@robertoaloi merged this pull request in 0809b9c. |
Summary: We currently run the main CI job on pushes only. This means we don't automatically run CI on pull requests from third-party users. This is not ideal and can create delays for trivial issues such as bad formatting (see [example](#114)). Reviewed By: TD5 Differential Revision: D80930880 fbshipit-source-id: d3f5a460fdf92a3e7a1842e07a0b97e098a7c197
Fixes #113