Skip to content
Snippets Groups Projects
Unverified Commit 15f5b62e authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Merge pull request #335 from iotaledger/linter-check-comments

Enabled golint warnings for missing comments
parents 2771257e 96654188
No related branches found
No related tags found
No related merge requests found
run:
tests: true
issues:
exclude-use-default: false
linters-settings:
gofmt:
simplify: true
golint:
min-confidence: 0.9
gocyclo:
min-complexity: 15
min-confidence: 0.8
govet:
check-shadowing: true
misspell:
......@@ -19,7 +20,7 @@ linters:
- gofmt
- goimports
- govet
- golint
disable:
- errcheck
- gochecknoglobals
- golint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment