Skip to content

Commit

Permalink
[BUILD] - switch to install.sh from golangci-lint repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru authored and adamantal committed Nov 12, 2021
1 parent acb801a commit 9b1cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bin/golangci-lint: bin/golangci-lint-${GOLANGCI_VERSION}
@ln -sf golangci-lint-${GOLANGCI_VERSION} bin/golangci-lint
bin/golangci-lint-${GOLANGCI_VERSION}:
@mkdir -p bin
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ./bin v${GOLANGCI_VERSION}
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b ./bin v${GOLANGCI_VERSION}
@mv bin/golangci-lint $@

.PHONY: lint
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/cruisecontrol/configmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func TestGenerateCapacityConfig_JBOD(t *testing.T) {
}
}

//nolint:fulen
//nolint:funlen
func TestReturnErrorStorageConfigLessThan1MB(t *testing.T) {
//return error when storage config is specified as 500Ki

Expand Down

0 comments on commit 9b1cca2

Please sign in to comment.