Skip to content

Commit

Permalink
Try to fix syntax errror
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 28, 2023
1 parent cffde80 commit 2886210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
-Dsonar.projectKey=gsjaardema_seacas-fork
-Dsonar.organization=gsjaardema
# Comma-separated paths to directories containing main source files.
-Dsonar.sources=packages/seacas
-Dsonar.exclusions=**/libraries/chaco/**/*
#-Dsonar.sources=**/packages/seacas/**/*
#-Dsonar.exclusions=**/libraries/chaco/**/*
#-Dsonar.sources= # optional, default is project base directory
# When you need the analysis to take place in a directory other than the one from which it was launched
#-Dsonar.projectBaseDir= # optional, default is .
Expand Down

0 comments on commit 2886210

Please sign in to comment.