Skip to content

Commit

Permalink
chore: Address linter issues (#20486)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored May 31, 2024
1 parent 0256369 commit a685796
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ benchmark:
### Linting ###
###############################################################################

golangci_version=v1.56.2
golangci_version=v1.59.0

#? setup-pre-commit: Set pre-commit git hook
setup-pre-commit:
Expand Down
6 changes: 4 additions & 2 deletions core/context/context.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package context

type contextKey uint8

const (
ExecModeKey = iota
CometInfoKey
ExecModeKey contextKey = iota
CometInfoKey contextKey = iota
)
Loading

0 comments on commit a685796

Please sign in to comment.