diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 17:41:53 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 20:06:54 -0700 |
commit | 1349600829cf6b538d2db402d87812cda346d367 (patch) | |
tree | 76f12feb46eec7dc712d036dc690ef259596d527 /.golangci.yml | |
parent | c0c390ce50ea528d227ab94531593737b100f05f (diff) |
lint: Turn on dogsled
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index bf04a40..ea06c75 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -25,7 +25,6 @@ linters: # These are disabled not because I think they're bad, but because # they currently don't pass, and I haven't evaluated them yet. - cyclop - - dogsled - dupword - errorlint - exhaustive |