diff options
author | David Robertson <davidr@element.io> | 2022-04-14 11:33:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 11:33:06 +0100 |
commit | 535a689cfcec896dd4ce74ef567bd30c11ade9e3 (patch) | |
tree | 60c824ae35300f8e788c5d08a6256f9926cd4ca6 /changelog.d | |
parent | Use `poetry` to manage the virtualenv in debian packages (#12449) (diff) | |
download | synapse-535a689cfcec896dd4ce74ef567bd30c11ade9e3.tar.xz |
Reintroduce the lint targets in the linter script (#12455)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12455.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12455.misc b/changelog.d/12455.misc new file mode 100644 index 0000000000..9b19945673 --- /dev/null +++ b/changelog.d/12455.misc @@ -0,0 +1 @@ +Reintroduce the list of targets to the linter script, to avoid linting unwanted local-only directories during development. |