aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/certificate-transparency-go/gometalinter.json
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-01-14 18:16:05 -0500
committerGitHub <noreply@github.com>2022-01-14 18:16:05 -0500
commit84145e45c50130922fae9055535ab5ea0378e1d4 (patch)
treefce077a5ae462840bb876ace79aca42abab29ed7 /vendor/github.com/google/certificate-transparency-go/gometalinter.json
parent2b16ca7c773de278ba01f122dc6f9f43d7534c52 (diff)
downloadgitea-84145e45c50130922fae9055535ab5ea0378e1d4.tar.gz
gitea-84145e45c50130922fae9055535ab5ea0378e1d4.zip
Remove golang vendored directory (#18277)
* rm go vendor * fix drone yaml * add to gitignore
Diffstat (limited to 'vendor/github.com/google/certificate-transparency-go/gometalinter.json')
-rw-r--r--vendor/github.com/google/certificate-transparency-go/gometalinter.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/github.com/google/certificate-transparency-go/gometalinter.json b/vendor/github.com/google/certificate-transparency-go/gometalinter.json
deleted file mode 100644
index 4eba1b63c8..0000000000
--- a/vendor/github.com/google/certificate-transparency-go/gometalinter.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "Deadline": "60s",
- "Linters": {
- "license": "./scripts/check_license.sh:PATH:LINE:MESSAGE",
- "forked": "./scripts/check_forked.sh:PATH:LINE:MESSAGE",
- "unforked": "./scripts/check_unforked.sh:PATH:LINE:MESSAGE"
- },
- "Enable": [
- "forked",
- "gocyclo",
- "gofmt",
- "goimports",
- "golint",
- "license",
- "misspell",
- "unforked",
- "vet"
- ],
- "Exclude": [
- "x509/",
- "asn1/",
- ".+\\.pb\\.go",
- ".+\\.pb\\.gw\\.go",
- "mock_.+\\.go"
- ],
- "Cyclo": 40,
- "Vendor": true
-}