Skip to content

Commit

Permalink
ci: adjust gloangci-lint config for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig committed Oct 26, 2022
1 parent 258a7b5 commit bbabfc0
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .golangci.yml
Expand Up @@ -19,7 +19,7 @@ output:
# Example: "checkstyle:report.json,colored-line-number"
#
# Default: colored-line-number
format: tab
format: colored-line-number
print-issued-lines: true
print-linter-name: true
uniq-by-line: true
Expand Down Expand Up @@ -94,35 +94,6 @@ issues:
- varnamelen
- wrapcheck

severity:
default-severity: blocker
rules: # code-climate format from gitlab supports: info, minor, major, critical, or blocker
- severity: critical
linters:
- gosec
- severity: major
linters:
- goerr113
- prealloc
- wrapcheck
- severity: minor
linters:
- cyclop
- decorder
- errname
- goconst
- gocognit
- predeclared
- testpackage
- tparallel
- usestdlibvars
- varnamelen
- severity: info
linters:
- paralleltest
- thelper
- wsl

linters-settings:
gomnd:
ignored-functions:
Expand Down

0 comments on commit bbabfc0

Please sign in to comment.