summary refs log tree commit diff
path: root/scripts-dev/lint.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reject non-strict types in Pydantic models (#13502)David Robertson2022-08-171-0/+1
* Remove leftover references to setup.py (#12514)David Robertson2022-04-201-1/+1
* Reintroduce the lint targets in the linter script (#12455)David Robertson2022-04-141-2/+14
* Stop maintaining a list of lint targets in `lint.sh` (#12420)David Robertson2022-04-081-7/+1
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-1/+1
* Add suffices to scripts in scripts-dev (#12137)David Robertson2022-03-021-2/+0
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-021-7/+0
* Add `--run-background-updates` option to `update_database` script. (#10954)Nick Barrett2021-10-061-1/+1
* Also rename in lint.shDavid Robertson2021-08-121-1/+1
* Kill off the .buildkite dir completelyDavid Robertson2021-08-101-1/+1
* Run `black` on the scripts (#9981)Richard van der Hoff2021-05-141-2/+16
* Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)Patrick Cloke2021-03-311-1/+1
* Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)Andrew Morgan2021-03-301-1/+1
* Use interpreter from $PATH instead of absolute paths in various scripts using...Quentin Gliech2021-03-251-1/+1
* Align the directories linted in CI with the defaults in scripts-dev/lint.sh (...Andrew Morgan2021-01-211-1/+2
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-1/+1
* Run mypy as part of the lint.sh script. (#8633)kleph2020-10-281-0/+1
* Add option to scripts-dev/lint.sh to only lint files changed since the last g...Andrew Morgan2020-10-151-9/+84
* Lint the contrib/ directory in CI and linting scripts, add synctl to linting ...Andrew Morgan2020-07-201-1/+1
* isort 5 compatibility (#7786)Will Hunt2020-07-051-1/+1
* Move flake8 to end. Don't exit script on failure (#7738)Andrew Morgan2020-06-251-2/+2
* Document lint.sh & allow application to specified files only (#6312)Neil Pilgrim2019-11-011-3/+11
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-0/+1
* Add a linting script (#5627)Andrew Morgan2019-07-101-0/+12