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

Add gocyclo to local and CI lint #1904

Merged

Conversation

mrpalide
Copy link
Contributor

@mrpalide mrpalide commented Nov 10, 2024

Did you run make format && make check? Yes

Fixes #1865

Changes:

  • add gocyclo to checking, both on local and CI process

How to test this PR:

  • use make check (or make check-windows) for seeing gocyclo output

Note: Currently, we use -over 14 flag, as used in Go Report Card, but now ignore issues in codebase, and should handle later as describe here: #1905

@mrpalide mrpalide merged commit 9130649 into skycoin:develop Nov 10, 2024
3 checks passed
@mrpalide mrpalide deleted the feat/add-gocyclo-code-quality-metric branch November 10, 2024 10:26
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.

1 participant