Skip to content

Commit

Permalink
Disable depguard linter and skip gosec rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Oct 14, 2024
1 parent 536b3de commit b3fe99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
# - depguard
- dogsled
- dupl
- errcheck
Expand Down
2 changes: 1 addition & 1 deletion plugins/application/elasticsearch/pkg/lib/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jqo9oA+Nf0x2skN5IRDaRbG1pJiQNgMWfvTfhJFIpLhLm+vEVmiPD3XoWhAnYErw
7f5lcspAI9sun4veId/ox9eGbrz9ldw46grPy/Zkflk2eFTUStME1Pt8GAXEF/pb
/5f2IAPbX29zG1UGfS5YmNLLLQYZl/oFaR3ZKNAyvklectylEjmM
-----END RSA PRIVATE KEY-----
`
` // #nosec G101
testCa = `-----BEGIN CERTIFICATE-----
MIIGCTCCA/GgAwIBAgIUWMjYXk9MYDUih4QmKOnWOkS1Q8gwDQYJKoZIhvcNAQEL
BQAwgZMxCzAJBgNVBAYTAkN6MRAwDgYDVQQIDAdCcmVjbGF2MRAwDgYDVQQHDAdN
Expand Down

0 comments on commit b3fe99d

Please sign in to comment.