Skip to content

Commit

Permalink
sonarqube test
Browse files Browse the repository at this point in the history
  • Loading branch information
rostilos committed May 27, 2024
1 parent e5914c3 commit e7c8bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} \
-Dsonar.sources=. \
-Dsonar.inclusions=${{ steps.diff.outputs.modified }}
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
fi
# - uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Developer/Console/Command/DiInfoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ class DiInfoCommand extends Command
/**
* Command name
*/
const COMMAND_NAME = 'dev:di:info'
const COMMAND_NAME = 'dev:di:info';

/**
* input name
*/
const CLASS_NAME = 'class';
const CLASS_NAME = 'class'

/**
* @var Information
Expand Down

0 comments on commit e7c8bda

Please sign in to comment.