code-review
code-review copied to clipboard
Automated static analysis & linting bot for Mozilla repositories
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.10.3. Release notes Sourced from eslint-plugin-n's releases. v17.10.3 17.10.3 (2024-09-18) 🩹 Fixes Use our data set to work out if a module is a node...
Using push on this repo
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. Release notes Sourced from axios's releases. Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream...
The [documentation](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/) says `python setup.py install` must not be used anymore.
`pyproject.toml` files are the default now and can store most of the information of the `setup.py` files: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
https://github.com/mozilla/code-review has https://github.com/mozilla/code-review/commit/6e0394f981cec9774aeac4919c2c7c7aea094aba as the head which also got pushed to the `testing` branch now. The CI runs again and the brown circle for pending or running CI tasks is...
**MozReview URL:** https://reviewboard.mozilla.org/r/241468/diff/10/ **Problem:** - Production has 2 publishable `mozlint` issues - Staging has 0 More details in the email reports: ``` [production] mozlint - flake8 Path: testing/raptor/raptor/results.py Level: error...
We should monitor the runtime of the tasks.
Since [Bug 1552897](https://bugzilla.mozilla.org/show_bug.cgi?id=1552897), mozlint supports diff outputs, and so issues spanning over multiple lines. The bot needs to support that to publish valid formatting issues (aka rustfmt). Example on [this...
This way we can avoid somebody publishing issues inadvertently by running the dummy code-review task.