chore: update vendor
This commit is contained in:
4
vendor/github.com/google/certificate-transparency-go/gometalinter.json
generated
vendored
4
vendor/github.com/google/certificate-transparency-go/gometalinter.json
generated
vendored
@ -1,7 +1,8 @@
|
||||
{
|
||||
"Linters": {
|
||||
"license": "./scripts/check_license.sh:PATH:LINE:MESSAGE",
|
||||
"forked": "./scripts/check_forked.sh:PATH:LINE:MESSAGE"
|
||||
"forked": "./scripts/check_forked.sh:PATH:LINE:MESSAGE",
|
||||
"unforked": "./scripts/check_unforked.sh:PATH:LINE:MESSAGE"
|
||||
},
|
||||
"Enable": [
|
||||
"forked",
|
||||
@ -11,6 +12,7 @@
|
||||
"golint",
|
||||
"license",
|
||||
"misspell",
|
||||
"unforked",
|
||||
"vet"
|
||||
],
|
||||
"Exclude": [
|
||||
|
Reference in New Issue
Block a user