You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:"The name root of the repository. Gitlab requires Code Quality issues to contain paths relative to the repository, "
28
28
+"but the tools report them as absolute file paths. "
29
29
+"Everything given in with this option will be removed. E.g. root is 'c:/dev' and the file name is something like 'c:/dev/myrepo/file.cs' it will transformed to 'myrepo/file.cs'. Can often be omitted. ",
30
-
getDefaultValue:()=>null
30
+
getDefaultValue:Directory.GetCurrentDirectory
31
31
);
32
32
33
33
varrootCommand=newRootCommand("Tool to convert Dotnet-Formats to Gitlab code quality");
0 commit comments