From 0bd3a85f643e5797047af999ac158399904cef77 Mon Sep 17 00:00:00 2001 From: Xavier Godart Date: Wed, 14 Aug 2024 15:34:58 +0200 Subject: [PATCH] exclude ui parameter file from linter --- .golangci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index c36b1dd..4e722b6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,7 +12,5 @@ linters-settings: module-path: sektron # it weirdly fails when running in github actions on interface composition. issues: - exclude-rules: - - path: ui/parameter.go - linters: - - typecheck + exclude-files: + - ui/parameter.go