You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable lll in .golangci.yml and configure it to only apply to lines that have comments in them. This won't apply to multiline /* */ comments unfortunately, but it'd be a start to have it on // comments.
The text was updated successfully, but these errors were encountered:
carreter
added
enhancement
New feature or request
easy
A quick and easy fix!
devops
Improvements to DevOps (e.g. GitHub actions, linting, etc.)
low priority
Would be nice to fix, but doesn't have to happen right now/there are more important things
labels
Sep 16, 2023
carreter
added
wontfix
This will not be worked on
and removed
enhancement
New feature or request
easy
A quick and easy fix!
devops
Improvements to DevOps (e.g. GitHub actions, linting, etc.)
low priority
Would be nice to fix, but doesn't have to happen right now/there are more important things
labels
Sep 26, 2023
Enable
lll
in .golangci.yml and configure it to only apply to lines that have comments in them. This won't apply to multiline/* */
comments unfortunately, but it'd be a start to have it on//
comments.The text was updated successfully, but these errors were encountered: