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

Finding a Simpler Alternative to LintRule type #92

Open
notJoon opened this issue Oct 14, 2024 · 0 comments
Open

Finding a Simpler Alternative to LintRule type #92

notJoon opened this issue Oct 14, 2024 · 0 comments
Labels
P-high Priority: High Refactor refactoring T-engine Type: related with engine (or internal) T-format Type: related with formatter

Comments

@notJoon
Copy link
Contributor

notJoon commented Oct 14, 2024

Currently, LintRule is an interface type created to register lint rules, which not belongs to golangci-lint, in the lint engine.

However, as more lint rules are added, the number of functions also increases, which may make maintenance more difficult over time. Therefore, if there is a simpler architecture to replace the current LintRule, we should modify it to use that alternative.

@notJoon notJoon added T-format Type: related with formatter P-high Priority: High T-engine Type: related with engine (or internal) Refactor refactoring labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-high Priority: High Refactor refactoring T-engine Type: related with engine (or internal) T-format Type: related with formatter
Projects
None yet
Development

No branches or pull requests

1 participant