Skip to content

Commit

Permalink
chore(linter): remove deprecated allow leading spaces (#61)
Browse files Browse the repository at this point in the history
* chore(linter): remove deprecated allow leading spaces

* chore(codeql): remove toolchain in go.mod to pass
  • Loading branch information
KellyMerrick authored Dec 13, 2023
1 parent b759f1e commit a19c1f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ linters-settings:

# https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint
nolintlint:
allow-leading-space: true # allow non-"machine-readable" format (ie. with leading space)
allow-unused: false # allow nolint directives that don't address a linting issue
require-explanation: true # require an explanation for nolint directives
require-specific: true # require nolint directives to be specific about which linter is being skipped
Expand Down
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/go-vela/vela-slack

go 1.21

toolchain go1.21.4

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit a19c1f1

Please sign in to comment.