Re: Tech debt analysis tool

2020-08-08 Thread James Richardson
Cheers Tomas, No worries at all, we're leaving this open for another week until we send out a poll to make the decision and push this project forward. James On Fri, Aug 7, 2020 at 10:28 AM Tomas Tomecek wrote: > Sorry for the late reply, you know... Summer. > > We are using pre-commit hooks in

Re: Tech debt analysis tool

2020-08-07 Thread Tomas Tomecek
Sorry for the late reply, you know... Summer. We are using pre-commit hooks in our project to apply unified code formatting with black [1], and then using type annotations combined with mypy [2], which I gotta say works pretty well.

Re: Tech debt analysis tool

2020-07-27 Thread Nasir Hussain
We've been using SonarCloud at work for quite some time and the experience is pretty good, +1 for it. I hope others are better too, Although I haven't tried any of them yet. Regards, Nasir Hussain (nasirhm) On Mon, Jul 27, 2020 at 4:29 PM James Richardson wrote: > Thank you for the replies

Re: Tech debt analysis tool

2020-07-27 Thread James Richardson
Thank you for the replies everyone! Vipul and I will meet this week to look at the tools suggested in greater detail. Regards, James On Tue, Jul 21, 2020 at 9:31 AM Clement Verna wrote: > > > On Thu, 16 Jul 2020 at 17:14, Michal Konecny wrote: > >> Hi James, >> >> I'm using the LGTM tool on

Re: Tech debt analysis tool

2020-07-21 Thread Clement Verna
On Thu, 16 Jul 2020 at 17:14, Michal Konecny wrote: > Hi James, > > I'm using the LGTM tool on Anitya and I'm pretty happy with it. It scans > both javascript and python code. > We are also using LGTM on Bodhi and I am also pretty happy with it. It currently runs on every PRs and add some

Re: Tech debt analysis tool

2020-07-17 Thread Leigh Griffin
Shiftleft looks really interesting, +1 for testing that out especially when we have some community folks involved with it :) On Thu, Jul 16, 2020 at 5:33 PM Suchakrapani Datt Sharma wrote: > Hi James, > > Disclosure: I am a Staff Scientist at ShiftLeft Inc. > > I was also a Fedora packager and

Re: Tech debt analysis tool

2020-07-16 Thread Suchakrapani Datt Sharma
Hi James, Disclosure: I am a Staff Scientist at ShiftLeft Inc. I was also a Fedora packager and design contributor till few years back so it is super exciting to see Shiftleft's name in the short-list! I would recommend you try to use the open source tool called Shiftleft Scan

Re: Tech debt analysis tool

2020-07-16 Thread Prabhu Subramanian
Thank you for considering ShiftLeft. I am the author of ShiftLeft Scan, a free open-source tool, which I believe is better suited for your infra scanning use case. Scan supports a range of languages and frameworks including infrastructure code such as ansible, terraform, kubernetes and so on.

Re: Tech debt analysis tool

2020-07-16 Thread Michal Konecny
Hi James, I'm using the LGTM tool on Anitya and I'm pretty happy with it. It scans both javascript and python code. Didn't tried the other two. Michal On 16/07/2020 15:31, James Richardson wrote: Hi All, Vipul and I are looking into several different tools that will allow us to better

Tech debt analysis tool

2020-07-16 Thread James Richardson
Hi All, Vipul and I are looking into several different tools that will allow us to better analyze our tech debt with any new code that is merged into apps in http://github.com/fedora-infra. Currently, we have looked at the tools below, but we would love any and all input from the team and