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

Implement Standard Linting for Go Code #2218

Open
ANU7MADHAV opened this issue Dec 24, 2024 · 0 comments
Open

Implement Standard Linting for Go Code #2218

ANU7MADHAV opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ANU7MADHAV
Copy link
Contributor

ANU7MADHAV commented Dec 24, 2024

I noticed the following issues in the project

Usage of deprecated package functions.
Basic syntax issues that could be avoided with proper tooling.
These issues can make the codebase harder to maintain and may introduce unexpected behaviour

Describe the solution you'd like
I suggest implementing a standard linting tool, such as golangci-lint, to address these problems.

The linter would help:
Automatically identify deprecated functions and syntax issues.
Enforce best practices and improve code quality.
Reduce the manual effort required for code reviews.

Proposed Solution

Add a linter configuration file to the repository.
Integrate linting checks into the CI/CD pipeline to automate quality checks.
Update the contributor documentation to guide running the linter locally.

@ANU7MADHAV ANU7MADHAV added the enhancement New feature or request label Dec 24, 2024
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

No branches or pull requests

1 participant