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

feat: Enforce standard linting and formatting practices #2

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

chiukapoor
Copy link
Owner

Updates

  • Add script to run go fmt and go vet on golang code
  • Update the code to follow the standard linting requirements (small case function name for unexported functions)
  • Github action to run the validate script and golangci-lint on every push and pull

Issues

- Add script to run go fmt and go vet on golang code
- Update the code to follow the standard linting requirements (small case function name for unexported functions)
- Github action to run the validate script and golangci-lint on every push and pull
@chiukapoor chiukapoor added the enhancement New feature or request label Sep 12, 2024
@chiukapoor chiukapoor self-assigned this Sep 12, 2024
@chiukapoor chiukapoor merged commit c2808a3 into main Sep 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFE] Add Validation Script and GitHub Action for Code Formatting and Linting
1 participant