Gianluca Zuddas

Results 34 comments of Gianluca Zuddas

PR is opened but looks like he is not maintaining anymore 😞 we should to fork and use the forked version

looks an optional field marked as required to me 🤔

Hey @aliumujib for the plugin development you can have a look https://github.com/danger/kotlin/blob/master/docs/tutorials/plugin_development.html.md let me know if you have any issues with that! nice to have some feedbacks!

Hi @afaucogney the github api is not available by default inside the danger plugin development on purpose. The reason for that is because we want to avoid situations where some...

hi @afaucogney danger ruby follows a completely different architecture, danger kotlin keeps the api as simplest as possible. Let's suppose something is going to change in the danger git api,...

i see your point and that's fair to be honest, ok lets see if we can get an sdk with some basic git apis. I will try something to simplify...

Hi @vchernyshov thanks for this issue! Unfortunately never had a chance to try danger kotlin on TeamCity CI, but from what you are describing seems like for some funny reasons...

The command `danger-kotlin pr` is reserved for running danger locally with a given PR url. Inside your CI danger kotlin step the correct command to use is `danger-kotlin ci --dangerfile...

from your logs i can also see you are exporting the kotlin path but not kotlinc path

seems like the problem is whiles running the step cannot find `kotlinc` at all that is strange because is installed as well together with danger-kotlin if not present. you may...