aboutsummaryrefslogtreecommitdiff
path: root/docker/s6/gogs/run
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2021-05-19 13:38:13 +0800
committerGitHub <noreply@github.com>2021-05-19 13:38:13 +0800
commit1a1a01a8423a58c2c9f4906364631b160ec593eb (patch)
tree76da60be7bd2e332b91171d0b1c342928284e846 /docker/s6/gogs/run
parentc4cf659e324379dba29c78d6e838dfebe6b59e2f (diff)
ci: use new lint action and add custom config (#6562)
Diffstat (limited to 'docker/s6/gogs/run')
-rwxr-xr-xdocker/s6/gogs/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/s6/gogs/run b/docker/s6/gogs/run
index 72db3f05..eae716e7 100755
--- a/docker/s6/gogs/run
+++ b/docker/s6/gogs/run
@@ -1,7 +1,7 @@
#!/bin/sh
if test -f ./setup; then
- # shellcheck disable=SC2039,SC1091
+ # shellcheck disable=SC2039,SC1091,SC3046
source ./setup
fi