Refactor long functions
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
Re-assess lines ignored by the linter
At the moment, there are a few lines of code that are ignored by the linter. Re-assess whether or not these should continue to be ignored
To Do
Refactor long functions
There are a few long functions that should be refactored and broken up into more readable sections.
By default, the
funlenlinter has a limit of 60 lines or 40 statements per function. It is the goal to adhere to these standards.Currently, the
funlenlinter 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.yamlconfig file.To Do
funlenlinter in the.golanci.yamlconfig filegolangci-lint runRe-assess lines ignored by the linter
At the moment, there are a few lines of code that are ignored by the linter. Re-assess whether or not these should continue to be ignored
To Do
nolintin the repo and re-assess the results, remove the ignore if needed