| Commit message (Expand) | Author | Age | Files | Lines |
* | Add developer documentation for the Federation Sender and add a documentation... | reivilibre | 2023-03-24 | 1 | -0/+1 |
* | Configure ruff to automatically fix issues. (#15194) | Patrick Cloke | 2023-03-03 | 1 | -1/+1 |
* | Add rust linting commands to `scripts-dev/lint.sh` (#14822) | Andrew Morgan | 2023-01-12 | 1 | -0/+33 |
* | Suppress the update check in the ruff linter. (#14741) | reivilibre | 2022-12-28 | 1 | -1/+2 |
* | Switch to ruff instead of flake8. (#14633) | Patrick Cloke | 2022-12-21 | 1 | -3/+2 |
* | Reject non-strict types in Pydantic models (#13502) | David Robertson | 2022-08-17 | 1 | -0/+1 |
* | Remove leftover references to setup.py (#12514) | David Robertson | 2022-04-20 | 1 | -1/+1 |
* | Reintroduce the lint targets in the linter script (#12455) | David Robertson | 2022-04-14 | 1 | -2/+14 |
* | Stop maintaining a list of lint targets in `lint.sh` (#12420) | David Robertson | 2022-04-08 | 1 | -7/+1 |
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -1/+1 |
* | Add suffices to scripts in scripts-dev (#12137) | David Robertson | 2022-03-02 | 1 | -2/+0 |
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 1 | -7/+0 |
* | Add `--run-background-updates` option to `update_database` script. (#10954) | Nick Barrett | 2021-10-06 | 1 | -1/+1 |
* | Also rename in lint.sh | David Robertson | 2021-08-12 | 1 | -1/+1 |
* | Kill off the .buildkite dir completely | David Robertson | 2021-08-10 | 1 | -1/+1 |
* | Run `black` on the scripts (#9981) | Richard van der Hoff | 2021-05-14 | 1 | -2/+16 |
* | Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720) | Patrick Cloke | 2021-03-31 | 1 | -1/+1 |
* | Use 'dmypy run' in lint.sh instead of 'mypy' (#9701) | Andrew Morgan | 2021-03-30 | 1 | -1/+1 |
* | Use interpreter from $PATH instead of absolute paths in various scripts using... | Quentin Gliech | 2021-03-25 | 1 | -1/+1 |
* | Align the directories linted in CI with the defaults in scripts-dev/lint.sh (... | Andrew Morgan | 2021-01-21 | 1 | -1/+2 |
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -1/+1 |
* | Run mypy as part of the lint.sh script. (#8633) | kleph | 2020-10-28 | 1 | -0/+1 |
* | Add option to scripts-dev/lint.sh to only lint files changed since the last g... | Andrew Morgan | 2020-10-15 | 1 | -9/+84 |
* | Lint the contrib/ directory in CI and linting scripts, add synctl to linting ... | Andrew Morgan | 2020-07-20 | 1 | -1/+1 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -1/+1 |
* | Move flake8 to end. Don't exit script on failure (#7738) | Andrew Morgan | 2020-06-25 | 1 | -2/+2 |
* | Document lint.sh & allow application to specified files only (#6312) | Neil Pilgrim | 2019-11-01 | 1 | -3/+11 |
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -0/+1 |
* | Add a linting script (#5627) | Andrew Morgan | 2019-07-10 | 1 | -0/+12 |