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
There are a few long functions that should be refactored and broken up into more readable sections.
By default, the funlen linter has a limit of 60 lines or 40 statements per function. It is the goal to adhere to these standards.
Currently, the funlen linter in this repo is disabled, this should be enabled as part of this issue. It can be enabled by adding it to the enable section of the .golanci.yaml config file.
To Do
Enable funlen linter in the .golanci.yaml config file
Run the linter golangci-lint run
Refactor and break up the functions the linter complains about
The text was updated successfully, but these errors were encountered:
There are a few long functions that should be refactored and broken up into more readable sections.
By default, the
funlen
linter has a limit of 60 lines or 40 statements per function. It is the goal to adhere to these standards.Currently, the
funlen
linter in this repo is disabled, this should be enabled as part of this issue. It can be enabled by adding it to the enable section of the.golanci.yaml
config file.To Do
funlen
linter in the.golanci.yaml
config filegolangci-lint run
The text was updated successfully, but these errors were encountered: