Skip to content

Commit

Permalink
chore(lint): Fix golangci-lint complains
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
  • Loading branch information
mrexox committed Apr 1, 2022
1 parent 8b321bf commit 9a77793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- goprintffuncname
- gosimple
- govet
Expand Down
1 change: 1 addition & 0 deletions cmd/run_command.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package cmd
Expand Down

0 comments on commit 9a77793

Please sign in to comment.