Skip to content

Commit

Permalink
fix: remove linter for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
rossf7 committed Jan 21, 2025
1 parent 9e8552b commit 553898d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default target
.PHONY: all
all: verify lint
all: verify

KUBECONFIG = green-reviews-test-kubeconfig

Expand All @@ -14,11 +14,6 @@ debug:
develop:
dagger develop

# Run go linter
.PHONY: lint
lint:
golangci-lint run ./...

# Install dagger
install:
helm upgrade --install \
Expand Down Expand Up @@ -58,4 +53,3 @@ verify:
helm version
kubectl version --client
yq --version
golangci-lint --version
3 changes: 1 addition & 2 deletions docs/develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ These additional tools need to be installed.
- `kubectl` https://kubernetes.io/docs/tasks/tools/
- `helm` https://helm.sh/docs/helm/helm_install/
- `yq` https://github.com/mikefarah/yq/#install
- `golang-ci` https://golangci-lint.run/welcome/install/#local-installation

## Setup

- Verify CLIs are installed and run Go linter.
- Verify CLIs are installed

```sh
make
Expand Down

0 comments on commit 553898d

Please sign in to comment.