Hacktoberfest Scratchpad #920
Annotations
10 errors and 3 warnings
random/random.go#L13
File is not `gofmt`-ed with `-s` (gofmt)
|
checks/patterns.go#L3
File is not `gofmt`-ed with `-s` (gofmt)
|
checks/patterns_test.go#L6
File is not `gofmt`-ed with `-s` (gofmt)
|
alphabet/alphabet.go#L52
unnecessary conversion (unconvert)
|
alphabet/kmer_counter.go#L82
exporting a pointer for the loop variable n (exportloopref)
|
alphabet/kmer_counter_test.go#L24
ineffectual assignment to count (ineffassign)
|
checks/patterns.go#L52
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
alphabet/kmer_counter.go#L19
ST1003: should not use underscores in Go names; struct field num_symbols should be numSymbols (stylecheck)
|
alphabet/kmer_counter.go#L20
ST1003: should not use underscores in Go names; struct field max_k should be maxK (stylecheck)
|
alphabet/kmer_counter.go#L32
ST1003: should not use underscores in Go names; func parameter max_k should be maxK (stylecheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading