diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 17:45:11 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 20:03:30 -0700 |
commit | bc2a42dbb0f78b170c8f8ed347f29e212b75bb06 (patch) | |
tree | dfed6bd6db8a904fb065ff59c85e6f61f0d80152 | |
parent | 8b49b787e50e58d7b48758bc356939af2b89ad7e (diff) |
lint: Tighten up the nolintlint configuration
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 526eaea..d9ba0f6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -70,6 +70,9 @@ linters: linters-settings: gofmt: simplify: true + nolintlint: + require-explanation: true + require-specific: true issues: max-issues-per-linter: 0 max-same-issues: 0 |