AOEpeople/StackFormation

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function execute(InputInterface $input, OutputInterface $output)
    {
        $groupPattern = $input->getArgument('group');
        if (empty($groupPattern)) {
            $groupPattern = '.*';
Severity: Minor
Found in src/AwsInspector/Command/CloudwatchLogs/ShowLogGroupsCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status