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
If the prefix contains a space after the comma, it impacts the gci tool. It's common practice to use a space delimiter between commas in many applications; therefore, spaces should be ignored.
Bug
If the prefix contains a space after the comma, it impacts the gci tool. It's common practice to use a space delimiter between commas in many applications; therefore, spaces should be ignored.
What version of GCI are you using?
Reproduce Steps
.golangci.yaml
What did you expect to see?
Should group according to prefix ignoring space
What did you see instead?
Did not work as expected due to space. Had to remove space in prefix
The text was updated successfully, but these errors were encountered: