Scheduled #36
codeql
on: dynamic
Matrix: Analyze
Annotations
6 errors
Analyze (go)
cannot use git{…} (value of type git) as api.VersionControlSystem value in argument to api.Register: git does not implement api.VersionControlSystem (wrong type for method Repository)
|
Analyze (go)
cannot use ctx (variable of type context.Context) as string value in argument to git.Command
|
Analyze (go)
cannot use repo (variable of type *gitRepo) as api.Repository value in return statement: *gitRepo does not implement api.Repository (wrong type for method Commit)
|
Analyze (go)
cannot use ctx (variable of type context.Context) as string value in argument to git.Command
|
Analyze (go)
too many arguments in call to repo.git.Command
|
Analyze (go)
cannot use repo.git (variable of type git) as api.VersionControlSystem value in return statement: git does not implement api.VersionControlSystem (wrong type for method Repository)
|