diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 21:14:26 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | 497137d756fb2566f09525ab1edadd60387c660f (patch) | |
tree | 7f07cd88d61ce3ec69db1e227e3114044bd1d50a | |
parent | be7d6b7e1a0bdcbfdd5281dfb12ae53cf1b9f6ca (diff) |
lint: Turn on predeclared
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index afaf507..e8b7678 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -41,7 +41,6 @@ linters: - nestif - nlreturn - nonamedreturns - - predeclared - revive - stylecheck - tagliatelle |