Skip to content

feat(ci): add complexity check workflow using gocyclo#17

Merged
YidiDev merged 1 commit into
mainfrom
complexity
Oct 10, 2024
Merged

feat(ci): add complexity check workflow using gocyclo#17
YidiDev merged 1 commit into
mainfrom
complexity

Conversation

@YidiDev
Copy link
Copy Markdown
Member

@YidiDev YidiDev commented Oct 10, 2024

This commit adds a GitHub Actions workflow to check for code complexity in the Go codebase. It triggers on pushes and pull requests to the main branch. The workflow uses gocyclo to identify functions with a complexity greater than 20, ensuring maintainable code and reducing technical debt.

This commit adds a GitHub Actions workflow to check for code complexity
in the Go codebase. It triggers on pushes and pull requests to the
main branch. The workflow uses gocyclo to identify functions with a
complexity greater than 20, ensuring maintainable code and reducing
technical debt.
@YidiDev YidiDev merged commit 35692fd into main Oct 10, 2024
@YidiDev YidiDev deleted the complexity branch October 10, 2024 19:01
YidiDev added a commit that referenced this pull request May 28, 2026
feat(ci): add complexity check workflow using gocyclo
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