fix: lint and gosec #41
No reviewers
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#41
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "murali/fix-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fix lint errors in roolback PR
https://github.com/cerc-io/laconicd/pull/38
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)Codecov Report
Additional details and impacted files
79.45% <0.00%> (ø)
70.58% <ø> (ø)
0.00% <ø> (ø)
26.31% <ø> (ø)
0.00% <0.00%> (ø)
2.53% <ø> (ø)
0.00% <ø> (ø)
2.00% <0.00%> (ø)
77.03% <0.00%> (ø)
52.05% <ø> (ø)
Implicit memory aliasing in for loop.
Implicit memory aliasing in for loop.
Show more details
@ -33,2 +32,4 @@
// #nosec G601
genesisAuctions = append(genesisAuctions, &auction) //nolint: all
}
return types.GenesisState{Params: params, Auctions: genesisAuctions}
Implicit memory aliasing in for loop.
Implicit memory aliasing in for loop.
Show more details
Implicit memory aliasing in for loop.
Implicit memory aliasing in for loop.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
@ -377,3 +377,3 @@
data, err := ioutil.ReadFile(filePath)
data, err := ioutil.ReadFile(filePath) // #nosec G304
if err != nil {
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details
Returned error is not propagated up the stack.
Returned error is not propagated up the stack.
Show more details