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: 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.
Please register or to comment