AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Command/CloudwatchLogs/DeleteLambdaTriggerCommand.php

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 2 of 2 total issues

Function execute has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

protected function execute(InputInterface $input, OutputInterface $output)
{
// TODO: refactor this to use \AwsInspector\Model\CloudWatchLogs\Repository
 
$groupPattern = $input->getArgument('group');

Method execute has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

protected function execute(InputInterface $input, OutputInterface $output)
{
// TODO: refactor this to use \AwsInspector\Model\CloudWatchLogs\Repository
 
$groupPattern = $input->getArgument('group');

    There are no issues that match your filters.

    Category
    Status