My code file tree is like below.
– src
-------- example.c
-------- another_example1.c
-------- another_example1.h
---------------- example
-------------------- another2_example.c
-------------------- another2_example.h
-------------------- another_example_another.c
-------------------- another_example_another.h
I want to analyze containing “example” word file or file directory.
How can I completion file directory in sonar-project.properties file?
I tried like below but I didin’t get correct result
sonar.sources = **/*example.c, */example.c