ci: enable staticcheck with ST1020 to check func docstrings.
This commit is contained in:
parent
6bd2acd5b3
commit
0491c010af
|
@ -64,6 +64,10 @@ linters-settings:
|
|||
disabled-checks:
|
||||
- commentFormatting
|
||||
- deprecatedComment
|
||||
staticcheck:
|
||||
# Only enable a single check to start.
|
||||
# I(jrasell) will work on enabling additional checks when possible.
|
||||
checks: ["ST1020"]
|
||||
|
||||
issues:
|
||||
exclude:
|
||||
|
@ -87,6 +91,7 @@ linters:
|
|||
- gofmt
|
||||
- gosimple
|
||||
- depguard
|
||||
- staticcheck
|
||||
# Stretch Goal
|
||||
#- maligned
|
||||
fast: false
|
||||
|
|
Loading…
Reference in New Issue