Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Nov 1, 2024
1 parent 6552116 commit ed9f2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
output:
format: line-number
formats: line-number
linters:
enable-all: false
disable-all: true
enable:
- vet
- govet
- goimports
- thelper
- tparallel
Expand All @@ -20,4 +20,4 @@ linters-settings:
ignore-generated-header: true
severity: warning
severity:
default-severity: error
default-severity: error
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/raystack/salt

go 1.22

toolchain go1.23.2

require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit ed9f2cf

Please sign in to comment.