code-review
code-review copied to clipboard
Automated static analysis & linting bot for Mozilla repositories
From [Bug 1600216](https://bugzilla.mozilla.org/show_bug.cgi?id=1600216)
From https://bugzilla.mozilla.org/show_bug.cgi?id=1602552 Improvement patches miss a check when a task failure is also detected.
Start a new project in the repository to add a taskcluster hook that run every day at 7 AM CET and: 1. has a set of patches to test 2....
So we can be more confident they are real failures and not intermittents. @jmaher suggested this.
This could avoid issues like the one we had today, where we deployed to testing and we noticed a requirement was missing from events. Maybe running linting is enough to...
We can just decide about one and get rid of the code for the other.
As part of this, we also need to use `aresponses` or `aioresponses` instead of `responses`.
I think the problem of duplicated messages doesn't apply. Reading a bit the documentation of RabbitMQ, it sounds like duplicated messages might not be possible. From https://www.rabbitmq.com/confirms.html#automatic-requeueing: > When manual...
Per Marco's comment [here](https://github.com/mozilla/code-review/pull/244#pullrequestreview-318371095). It would be a nice way to check that the validator keeps working