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: Improving local lint support #515

Merged

Conversation

MovieStoreGuy
Copy link
Collaborator

Context

This looks to move a lot of the checks and formatting that is done in parts to use golangci-lint by default.

Changes

  • Removed deprecated script functionality
  • Added lint and lint-fix into makefile
  • Updated build to run go build instead of go install

@MovieStoreGuy MovieStoreGuy requested a review from atoulme as a code owner October 9, 2024 06:41
$(GOLANGCI_LINT) run -v --fix

build:
go build
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I suspect that this will impact someone's workflow however, I am curious if it is used.

@MovieStoreGuy MovieStoreGuy merged commit 03026c3 into splunk-terraform:main Oct 10, 2024
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2024
@MovieStoreGuy MovieStoreGuy deleted the msg/chore-adding-local-lint branch October 14, 2024 23:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants