Skip to content

Commit

Permalink
Merge fluxcd-config with default value. (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Co-authored-by: Tamal Saha <[email protected]>
  • Loading branch information
RokibulHasan7 and tamalsaha authored Feb 25, 2024
1 parent e9323e5 commit d499f3b
Show file tree
Hide file tree
Showing 1,188 changed files with 132,631 additions and 459 deletions.
202 changes: 0 additions & 202 deletions .config/api-rules/violation_exceptions.list

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ testbin/*
*~
/.go
/bin
/.config
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ version:
.PHONY: clientset
clientset:
@docker run --rm \
-u $$(id -u):$$(id -g) \
-v /tmp:/.cache \
-v $$(pwd):$(DOCKER_REPO_ROOT) \
-w $(DOCKER_REPO_ROOT) \
Expand Down Expand Up @@ -486,7 +487,7 @@ check-license:
ltag -t "./hack/license" --excludes "vendor contrib bin" --check -v

.PHONY: ci
ci: check-license lint build #unit-tests cover verify
ci: check-license verify lint build unit-tests #cover verify

.PHONY: qa
qa:
Expand Down
Loading

0 comments on commit d499f3b

Please sign in to comment.