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 d48b762 commit e5914c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "No modified files to analyze"
else
/opt/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner \
-Dsonar.projectKey=magento2test \
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} \
-Dsonar.sources=. \
-Dsonar.inclusions=${{ steps.diff.outputs.modified }}
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
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 e5914c3

Please sign in to comment.