From 24bfdb5f549bb233956de9f90fa9e2283f079768 Mon Sep 17 00:00:00 2001 From: eryajf Date: Wed, 31 May 2023 22:18:22 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0wait=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84repo=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 17 ----------------- Dockerfile | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index fd8fe86..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,17 +0,0 @@ -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 - hooks: - - id: check-yaml - - id: trailing-whitespace - - id: check-added-large-files -- repo: https://github.com/golangci/golangci-lint # golangci-lint hook repo - rev: v1.52.2 # golangci-lint hook repo revision - hooks: - - id: golangci-lint - name: golangci-lint - description: Fast linters runner for Go. - entry: golangci-lint run --fix --skip-files="public/client/feishu/feishu.go" - types: [go] - language: golang - pass_filenames: false \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 257b9d0..dd933f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,5 @@ RUN apk upgrade \ RUN chmod +x wait go-ldap-admin +# see wait repo: https://github.com/ufoscout/docker-compose-wait CMD ./wait && ./go-ldap-admin \ No newline at end of file