Disable fewer linters
Open
- Dominant language
- Go
- Stars
- 14
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Currently have several linters disabled:
```
disable:
- dupl
- funlen
- prealloc
- gochecknoinits
- gochecknoglobals
- wsl
```
Should enable these and fix the issues with the code that required them to be disabled.
Contributor guide
Assessment
This issue has not been assessed yet.