From 0045374b754569c25b2b86c220b5cce7133171e3 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Tue, 2 Jun 2020 15:52:40 -0500 Subject: [PATCH] Remove deprecated `scopelint` linter The scopelint linter has been made obsolete [0] [0] https://github.com/kyoh86/scopelint#obsoleted Change-Id: I036dd5842e44e6865f3dc11bfcb430c08841d5c2 --- .golangci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 8110f7dd8..d3ae7d7f2 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -204,7 +204,6 @@ linters: - misspell # Finds commonly misspelled English words in comments - nakedret # Finds naked returns in functions greater than a specified function length - prealloc # Finds slice declarations that could potentially be preallocated - - scopelint # Scopelint checks for unpinned variables in go programs - unconvert # Remove unnecessary type conversions - unparam # Reports unused function parameters - unused # Checks Go code for unused constants, variables, functions and types