aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.toml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.toml')
-rw-r--r--.golangci.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.golangci.toml b/.golangci.toml
index 543f142a..14c99d40 100644
--- a/.golangci.toml
+++ b/.golangci.toml
@@ -9,15 +9,9 @@ enable = [
"errorlint", # check to ensure no problems with wrapped errors
"gocritic", # check for bugs, performance, and style issues
"gofmt", # check that gofmt is satisfied
- "aerc", # aerc specific linters
]
[linters-settings.nolintlint]
allow-unused = false # don't allow nolint if not required
require-explanation = true # require an explanation when disabling a linter
requre-specific = true # linter exceptions must specify the linter
-
-[linters-settings.custom.aerc]
-path = "./linters.so"
-description = "Aerc specific linters"
-original-url = "git.sr.ht/~rjarry/aerc/contrib"