diff options
| author | 2023-10-04 13:09:42 +0100 | |
|---|---|---|
| committer | 2023-10-04 13:09:42 +0100 | |
| commit | c6e00afc7c23df994b70eee89d2d392718e6a321 (patch) | |
| tree | cee98c1a78e36ba6a0e8183afa0b2796765fe7f6 /.golangci.yml | |
| parent | [chore] internal/ap: add pollable AS types, code reformatting, general niceti... (diff) | |
| download | gotosocial-c6e00afc7c23df994b70eee89d2d392718e6a321.tar.xz | |
[feature] tentatively start adding polls support (#2249)
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 786cf3a40..332bf9d6b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -14,7 +14,6 @@ run: linters: # enable some extra linters, see here for the list: https://golangci-lint.run/usage/linters/ enable: - - forcetypeassert - goconst - gocritic - gofmt |
