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: update godoc and configure a new linter #1411

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

ccoVeille
Copy link
Contributor

I'm enabling a rule that is disabled by default by golangci-lint

the rule is useful for well-structured project like gofr

It would avoid some errors in godoc

@ccoVeille
Copy link
Contributor Author

ccoVeille commented Jan 21, 2025

Note for myself, there is something strange with the project, I will have to take a look later

But for now, it's easy to reproduce the issue locally by launching something like this

for f in $(find -name 'go.mod' | xargs dirname); do cd $f ; golangci-lint run ./... ; cd - > /dev/null ; done

EDIT: I suggested a fix "everything about the go.mod" in #1426

@ccoVeille ccoVeille force-pushed the golangci-revive-exported branch from 9ad33af to 73e5309 Compare January 21, 2025 21:11
@ccoVeille ccoVeille force-pushed the golangci-revive-exported branch from 73e5309 to 2b0450a Compare January 21, 2025 21:12
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