go/zeusclient/zeusclient.go

Summary

Maintainability
C
1 day
Test Coverage

Function Run has a Cognitive Complexity of 49 (exceeds 20 allowed). Consider refactoring.
Open

func Run(args []string, input io.Reader, output *os.File, stderr *os.File) int {
    if os.Getenv("RAILS_ENV") != "" {
        println("Warning: Specifying a Rails environment via RAILS_ENV has no effect for commands run with zeus.")
        println("As a safety precaution to protect you from nuking your development database,")
        println("Zeus will now cowardly refuse to proceed. Please unset RAILS_ENV and try again.")
Severity: Minor
Found in go/zeusclient/zeusclient.go - About 5 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function Run has 140 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func Run(args []string, input io.Reader, output *os.File, stderr *os.File) int {
    if os.Getenv("RAILS_ENV") != "" {
        println("Warning: Specifying a Rails environment via RAILS_ENV has no effect for commands run with zeus.")
        println("As a safety precaution to protect you from nuking your development database,")
        println("Zeus will now cowardly refuse to proceed. Please unset RAILS_ENV and try again.")
Severity: Major
Found in go/zeusclient/zeusclient.go - About 4 hrs to fix

    Function Run has 14 return statements (exceeds 4 allowed).
    Open

    func Run(args []string, input io.Reader, output *os.File, stderr *os.File) int {
        if os.Getenv("RAILS_ENV") != "" {
            println("Warning: Specifying a Rails environment via RAILS_ENV has no effect for commands run with zeus.")
            println("As a safety precaution to protect you from nuking your development database,")
            println("Zeus will now cowardly refuse to proceed. Please unset RAILS_ENV and try again.")
    Severity: Major
    Found in go/zeusclient/zeusclient.go - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status