Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove nrfcahce code from NRF #114

Merged

Conversation

gatici
Copy link
Contributor

@gatici gatici commented Aug 15, 2024

nrfcache library is moved to openapi repository, hence this code is being removed with this PR.

fix: Address linting errors
chore: Add fmt, lint and test options Makefile

nrfcache library is moved to openapi repository, hence this code is being removed with this PR.

fix: Address linting errors
chore: Add fmt, lint and test options Makefile

Signed-off-by: gatici <[email protected]>
Copy link
Contributor

@gab-arrobo gab-arrobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 (tested changes with OnRamp)

@go fmt ./...

golint:
@docker run --rm -v $(CURDIR):/app -w /app golangci/golangci-lint:latest golangci-lint run -v --config /app/.golangci.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@docker run --rm -v $(CURDIR):/app -w /app golangci/golangci-lint:latest golangci-lint run -v --config /app/.golangci.yml
@docker run --rm -v $(CURDIR):/app -w /app golangci/golangci-lint:latest golangci-lint run -v --config /app/.golangci.yml

@gab-arrobo gab-arrobo merged commit 732e2ff into omec-project:master Aug 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants