1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/.golangci.yml

19 lines
382 B
YAML
Raw Permalink Normal View History

2022-12-17 16:02:17 +02:00
# NOTE(@andreynering): The linters listed here are additions on top of
# those enabled by default:
#
# https://golangci-lint.run/usage/linters/#enabled-by-default
linters:
enable:
- goimports
- gofmt
2023-03-31 21:13:29 +02:00
- gofumpt
linters-settings:
goimports:
local-prefixes: github.com/go-task
gofmt:
rewrite-rules:
- pattern: 'interface{}'
replacement: 'any'