Skip to content
Snippets Groups Projects
Commit 221ca214 authored by capossele's avatar capossele
Browse files

Merge branch 'develop' into feat/api-info

parents d2b9e0f3 15f5b62e
No related branches found
No related tags found
No related merge requests found
run: run:
tests: true tests: true
issues:
exclude-use-default: false
linters-settings: linters-settings:
gofmt: gofmt:
simplify: true simplify: true
golint: golint:
min-confidence: 0.9 min-confidence: 0.8
gocyclo:
min-complexity: 15
govet: govet:
check-shadowing: true check-shadowing: true
misspell: misspell:
...@@ -19,7 +20,7 @@ linters: ...@@ -19,7 +20,7 @@ linters:
- gofmt - gofmt
- goimports - goimports
- govet - govet
- golint
disable: disable:
- errcheck - errcheck
- gochecknoglobals - gochecknoglobals
- golint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment