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
I know it is more work, but we have found that linters really shine when they are not only able to point out irritating inconsistencies, but also to autofix them when they can be unambiguously and purely mechanically applied. (For instance, we love gofumpt -w -s ).
The text was updated successfully, but these errors were encountered:
Wow! I never received a notification about this issue 😞 .
Anyways, Yes! One of my goals (one day) is to add support for something like you mentioned, and maybe revisit the opinionated way I decided to use for the sections.
I am not aware of a tool that automatically rearranges the function order in the source code. It's kind of a pain to have nit warn about the order, but not just have an autofix option.
Thanks! This is very useful, as is.
I know it is more work, but we have found that linters really shine when they are not only able to point out irritating inconsistencies, but also to autofix them when they can be unambiguously and purely mechanically applied. (For instance, we love gofumpt -w -s ).
The text was updated successfully, but these errors were encountered: