Bastian

Results 40 issues of Bastian

## Changes This change adds the behaviour from #13352 to private gitlab instances. ## Context Following up on #13352, gitlab installations which do not have a `gitlab.` URL prefix are...

```go type A interface {} type B struct { A *A `inject:""` } ``` This should error

enhancement
good first issue

E.g. `func (t Type) Inject(...)` instead of `func (t *Type) Inject(...)`

enhancement
good first issue