diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-08 14:08:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 14:08:44 +0000 |
commit | 23a59d24ae34493c2e54e1601b2d3757df35095e (patch) | |
tree | 95bdd12088abb1c0a019d43a41ddfcfb092f8565 /changelog.d | |
parent | Allow running sendToDevice on workers (#9044) (diff) | |
download | synapse-23a59d24ae34493c2e54e1601b2d3757df35095e.tar.xz |
Run the linters on a consistent list of files (#9038)
We were running some linters on some files and some on others. Extract a common setting and use it everywhere.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9038.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9038.misc b/changelog.d/9038.misc new file mode 100644 index 0000000000..5b9e21a1db --- /dev/null +++ b/changelog.d/9038.misc @@ -0,0 +1 @@ +Configure the linters to run on a consistent set of files. |