summary refs log tree commit diff
path: root/scripts-dev/lint.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-07-24 09:57:49 +0100
committerRichard van der Hoff <richard@matrix.org>2020-07-24 09:57:49 +0100
commitbe777e325dedab1ee84e5bbd96f7571b8490a8ec (patch)
tree16fd1b1a1b15bba5f5e78037ddada7525ae8b653 /scripts-dev/lint.sh
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentDowngrade warning on client disconnect to INFO (#7928) (diff)
downloadsynapse-be777e325dedab1ee84e5bbd96f7571b8490a8ec.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'scripts-dev/lint.sh')
-rwxr-xr-xscripts-dev/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/lint.sh b/scripts-dev/lint.sh

index 66b0568858..0647993658 100755 --- a/scripts-dev/lint.sh +++ b/scripts-dev/lint.sh
@@ -11,7 +11,7 @@ if [ $# -ge 1 ] then files=$* else - files="synapse tests scripts-dev scripts" + files="synapse tests scripts-dev scripts contrib synctl" fi echo "Linting these locations: $files"