From 666712f812045157d5c6cd13743d971e568ede1c Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Thu, 23 May 2024 17:21:55 +0300 Subject: [PATCH] Update .golangci.yml Signed-off-by: Budalebah <113329223+Budalebah@users.noreply.github.com> --- .golangci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e26302f8..22ce4d27 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,10 +51,11 @@ run: text: "SA1019:" linters: - staticcheck - - path: crypto/bn256/cloudflare/optate.go + - path: "crypto/bn256/cloudflare/optate.go" linters: - deadcode - staticcheck + text: "SA1019: \"golang.org/x/crypto/openpgp\" is deprecated: this package is unmaintained except for security fixes." - path: internal/build/pgp.go text: 'SA1019: "golang.org/x/crypto/openpgp" is deprecated: this package is unmaintained except for security fixes.' - path: core/vm/contracts.go @@ -81,4 +82,4 @@ run: allow-unused: false allow-leading-space: true require-explanation: false - require-specific: false \ No newline at end of file + require-specific: false