This is more a question than an issue:
In example below would you share a more complex scenario. Let's say if we plan to scan two Git repositories RepoA and RepoB in one shot and want both cover source code and Git history. Do we list it as?
scan:
include:
files:
- RepoA
- RepoB
also does it cover .git folder of repositories?
I also tried the example. Seems it attempts to scan binaries (jar,war,...) in folders and skips source code and Git information.
This is more a question than an issue:
In example below would you share a more complex scenario. Let's say if we plan to scan two Git repositories RepoA and RepoB in one shot and want both cover source code and Git history. Do we list it as?
also does it cover .git folder of repositories?
jqassistant-codecharta-plugin/readme.adoc
Line 63 in a6e9461
I also tried the example. Seems it attempts to scan binaries (jar,war,...) in folders and skips source code and Git information.