How can I completion file directories or file names in sonar-project.properties file?

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

Hi @msergenergen,

I am not sure I understand your question, what does completion means? Your question does not make much sense to me.