WANG CHAO
WANG CHAO
@yamidark One of my friends is fixing it now. So I will leave it to her.
As the discussion, I will make it `DoNotMerge`
The reason for this issue is that it will autoload the format in the config.json file. Do we need to set the isStandaloneConfigIgnored to true when using LocationsCliArguments? Or the...
It is still valid. In https://github.com/reposense/RepoSense/issues/390, we have allowed the config in `repo-config.csv` to override values in standalone config. However, the config provided by command line still cannot override values...
> The current priority order is a bit odd. How about this? > The normal priority order CLI > report config > standalone config The order makes sense. > This...
> sounds good. > We can change `--ignore-standalone-config` to `--apply-standalone-config`/`-a` to mean _apply_ standalone config. What do you think? For this `apply`, do you mean that the rest field in...
Not sure though. Many test code are written in early stage of RepoSense, so it is possible to have code that is not so sound. If we remove the two...
@damithc What do you think of this issue? Do you think we still need java8 compatibility?
OK, will only upgrade it when we truly have to do so.
Yes, it is duplicating some parts of the method. However, I believe it is necessary. 1. This is the unit test for `RepoConfiguration`. Apart from the method directly from the...