🚨 Added GolangCI-Lint config

This commit is contained in:
Maxim Lebedev 2021-09-30 01:36:12 +05:00
parent 1a905931db
commit 6dcbc0b811
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 13 additions and 0 deletions

13
.golangci.yml Normal file
View File

@ -0,0 +1,13 @@
---
output:
sort-results: true
linters-settings:
lll:
tab-width: 8
gci:
local-prefixes: source.toby3d.me/
goimports:
local-prefixes: source.toby3d.me/
linters:
enable-all: true
fix: true