Skip to content

Commit

Permalink
[ci] Update sonarqube scan paths to include packages (elastic#189937)
Browse files Browse the repository at this point in the history
`packages` folders were both being included, and excluded. We want to
scan the packages directories.
  • Loading branch information
jbudz committed Aug 6, 2024
1 parent 56a5426 commit c2f7330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sonar.host.url=https://sonar.elastic.dev

sonar.sources=\
packages, \
plugins, \
src, \
x-pack/packages, \
x-pack/plugins
Expand All @@ -13,6 +12,8 @@ sonar.exclusions=\
**/*.mocks.*, \
**/*.spec.*, \
**/*.stories.js, \
**/*.md, \
**/*.mdx, \
**/*.stories.ts, \
**/*.story.js, \
**/*.story.ts, \
Expand All @@ -37,7 +38,6 @@ sonar.exclusions=\
**/mock_responses/**/*, \
**/mocks/**/*, \
**/node_modules/**/*, \
**/packages/**/*, \
**/public/**/*, \
**/scripts/**/*, \
**/storybook/**/*, \
Expand Down

0 comments on commit c2f7330

Please sign in to comment.