"lm_eval/tasks/afrimgsm/translate/afrimgsm_translate_fra.yaml" did not exist on "cb979e6cbd47adcb789e04bd37a7516b1dd433c9"
.golangci.yaml 733 Bytes
Newer Older
wangkx1's avatar
init  
wangkx1 committed
1
2
3
4
5
6
7
8
9
run:
  timeout: 5m
linters:
  enable:
    - asasalint
    - bidichk
    - bodyclose
    - containedctx
    - contextcheck
wangkx1's avatar
wangkx1 committed
10
    - errcheck
wangkx1's avatar
init  
wangkx1 committed
11
    - exportloopref
wangkx1's avatar
wangkx1 committed
12
    - gci
wangkx1's avatar
init  
wangkx1 committed
13
    - gocheckcompilerdirectives
wangkx1's avatar
wangkx1 committed
14
15
16
17
18
    - gofmt
    - gofumpt
    - gosimple
    - govet
    - ineffassign
wangkx1's avatar
init  
wangkx1 committed
19
    - intrange
wangkx1's avatar
wangkx1 committed
20
    - makezero
wangkx1's avatar
init  
wangkx1 committed
21
22
23
24
    - misspell
    - nilerr
    - nolintlint
    - nosprintfhostport
wangkx1's avatar
wangkx1 committed
25
26
    - staticcheck
    - tenv
wangkx1's avatar
init  
wangkx1 committed
27
28
29
    - testifylint
    - unconvert
    - unused
wangkx1's avatar
wangkx1 committed
30
    - usestdlibvars
wangkx1's avatar
init  
wangkx1 committed
31
32
    - wastedassign
    - whitespace
wangkx1's avatar
wangkx1 committed
33
34
35
linters-settings:
  gci:
    sections: [standard, default, localmodule]
wangkx1's avatar
init  
wangkx1 committed
36
37
38
39
40
41
42
43
44
severity:
  default-severity: error
  rules:
    - linters:
        - gofmt
        - goimports
        - intrange
        - usestdlibvars
      severity: info