From 587fba7cd0110394c96aaa319d8722f802f83a93 Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Fri, 7 Jun 2024 16:25:45 +0200 Subject: [PATCH] Remove a warning from the linter. The `run.skip-dirs` option has been deprecated in favor of `issues.exclude-dirs`. --- .golangci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e794cdb844..0594670137 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,13 +1,12 @@ # golangci-lint configuration run: - skip-dirs: - - go-ethereum - - fastcache - timeout: 10m issues: + exclude-dirs: + - go-ethereum + - fastcache exclude-rules: - path: _test\.go linters: