-
Notifications
You must be signed in to change notification settings - Fork 0
/
.golangci.yml
30 lines (30 loc) · 902 Bytes
/
.golangci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
run:
concurrency: 16
timeout: 5m
modules-download-mode: readonly
allow-parallel-runners: true
allow-serial-runners: true
go: '1.22.3'
linters-settings:
depguard:
rules:
srcs:
listMode: "Strict"
allow:
- $gostd
- github.com/alecthomas/chroma/v2/quick
- github.com/google/generative-ai-go
- github.com/lrstanley/girc
- github.com/sashabaranov/go-openai
- github.com/BurntSushi/toml
- github.com/jackc/pgx/v5
- github.com/jackc/pgx/v5/pgxpool
- github.com/jackc/pgx/v5/pgtype
- github.com/yuin/gopher-lua
- github.com/ailncode/gluaxmlpath
- github.com/cjoudrey/gluahttp
- github.com/kohkimakimoto/gluayaml
- github.com/yuin/gluare
- gitlab.com/megalithic-llc/gluasocket
- github.com/layeh/gopher-json
- github.com/mmcdole/gofeed