mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: update linter, and workflows
This commit is contained in:
parent
b770f7dc5b
commit
dfca638714
2 changed files with 4 additions and 1 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO_VERSION: stable
|
||||
GOLANGCI_LINT_VERSION: v2.8.0
|
||||
GOLANGCI_LINT_VERSION: v2.9.0
|
||||
HUGO_VERSION: 0.148.2
|
||||
CGO_ENABLED: 0
|
||||
LEGO_E2E_TESTS: CI
|
||||
|
|
|
|||
|
|
@ -183,6 +183,9 @@ linters:
|
|||
- text: "var-naming: avoid meaningless package names"
|
||||
linters:
|
||||
- revive
|
||||
- text: "var-naming: avoid package names that conflict with Go standard library package names"
|
||||
linters:
|
||||
- revive
|
||||
- path: certcrypto/crypto.go
|
||||
text: (tlsFeatureExtensionOID|ocspMustStapleFeature) is a global variable
|
||||
linters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue