GrafiteInc/Blacksmith

View on GitHub

Showing 12 of 17 total issues

Function handle has a Cognitive Complexity of 51 (exceeds 5 allowed). Consider refactoring.
Open

    public function handle()
    {
        $forge = new Forge(config('blacksmith.forge_token'));
        $serverIds = [$this->option('server')];

Severity: Minor
Found in src/Commands/UpdateSite.php - About 7 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

Method handle has 150 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {
        $forge = new Forge(config('blacksmith.forge_token'));
        $serverId = $this->option('server');

Severity: Major
Found in src/Commands/BuildSite.php - About 6 hrs to fix

    Function handle has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
    Open

        public function handle()
        {
            $forge = new Forge(config('blacksmith.forge_token'));
            $serverId = $this->option('server');
    
    
    Severity: Minor
    Found in src/Commands/BuildSite.php - 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

    Method handle has 92 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function handle()
        {
            // Create the .blacksmith directory
            $basePath = base_path('.blacksmith');
    
    
    Severity: Major
    Found in src/Commands/Setup.php - About 3 hrs to fix

      Method handle has 72 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function handle()
          {
              $forge = new Forge(config('blacksmith.forge_token'));
              $serverIds = [$this->option('server')];
      
      
      Severity: Major
      Found in src/Commands/UpdateSite.php - About 2 hrs to fix

        Method handle has 67 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function handle()
            {
                $forge = new Forge(config('blacksmith.forge_token'));
                $basePath = base_path('.blacksmith');
                $config = null;
        Severity: Major
        Found in src/Commands/Localize.php - About 2 hrs to fix

          Method handle has 39 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function handle()
              {
                  $forge = new Forge(config('blacksmith.forge_token'));
          
                  // Handle Server Build
          Severity: Minor
          Found in src/Commands/BuildServer.php - About 1 hr to fix

            Method handle has 31 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function handle()
                {
                    $forge = new Forge(config('blacksmith.forge_token'));
                    $serverIds = [$this->option('server')];
            
            
            Severity: Minor
            Found in src/Commands/UpdateServer.php - About 1 hr to fix

              Method handle has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function handle()
                  {
                      if (is_null(config('blacksmith.project'))) {
                          $this->error('Please set the project name in the blacksmith config file.');
              
              
              Severity: Minor
              Found in src/Commands/Backup.php - About 1 hr to fix

                Function handle has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function handle()
                    {
                        $forge = new Forge(config('blacksmith.forge_token'));
                        $basePath = base_path('.blacksmith');
                        $config = null;
                Severity: Minor
                Found in src/Commands/Localize.php - About 55 mins 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 handle has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function handle()
                    {
                        $forge = new Forge(config('blacksmith.forge_token'));
                        $serverIds = [$this->option('server')];
                
                
                Severity: Minor
                Found in src/Commands/UpdateServer.php - About 35 mins 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 handle has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function handle()
                    {
                        if (is_null(config('blacksmith.project'))) {
                            $this->error('Please set the project name in the blacksmith config file.');
                
                
                Severity: Minor
                Found in src/Commands/Backup.php - About 35 mins 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

                Severity
                Category
                Status
                Source
                Language