Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 24, 2021
1 parent 2394796 commit 44f55e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .golangci.example.yml
Expand Up @@ -345,8 +345,9 @@ linters-settings:
# Available rules: https://github.com/securego/gosec#available-rules
excludes:
- G204
# To specify configuration: https://github.com/securego/gosec#configuration
# The rules configuration is not documented by gosec, it can be only find in the code:
# To specify the configuration of rules.
# The configuration of rules is not fully documented by gosec:
# https://github.com/securego/gosec#configuration
# https://github.com/securego/gosec/blob/569328eade2ccbad4ce2d0f21ee158ab5356a5cf/rules/rulelist.go#L60-L102
config:
G306: "0600"
Expand Down
5 changes: 0 additions & 5 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44f55e2

Please sign in to comment.