Skip to content

Commit

Permalink
updated linter and cicd settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaatinga committed Sep 8, 2022
1 parent cac38b9 commit 07820d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ linters:
- noctx
- nolintlint
- staticcheck
- structcheck
# - structcheck
- stylecheck
- typecheck
- unconvert
Expand Down
2 changes: 1 addition & 1 deletion to_string_converters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Test2String(t *testing.T) {
}
}
})

//nolint:gosec
num += uint64(rand.Int31n(10)) + num
}
}

0 comments on commit 07820d7

Please sign in to comment.