Skip to content

Commit

Permalink
updated sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Feb 7, 2024
1 parent 7fcc8ff commit ab92c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"devDependencies": {
"husky": "^3.0.9",
"sonar-scanner": "^3.1.0"
"sonar-scanner": "3.1.0"
},
"scripts": {
"security-checks": "git secrets --scan && git log -p",
"tools-setup": "echo 'Nothing to do'",
"package": "echo 'Nothing to do'",
"sonar-scanner": "echo 'Not yet implemented'",
"sonar-scanner": "sonar-scanner",
"test-i": "echo 'Not yet implemented'",
"test": "npm-run-all test:unit:coverage"
},
Expand Down

0 comments on commit ab92c17

Please sign in to comment.