Refine scope to pull in 'include' and 'query_module' directories, in addition to src

This commit is contained in:
Hal Eisen 2023-11-20 08:16:35 -08:00
parent c31a7f9648
commit eff857447a

View File

@ -1,7 +1,7 @@
# Path to sources # Path to sources
sonar.sources = src/ sonar.sources = .
# sonar.exclusions= # sonar.exclusions=
# sonar.inclusions= sonar.inclusions=src,include,query_modules
# Path to tests # Path to tests
sonar.tests = tests/ sonar.tests = tests/