Creating a plug-in for an iBOT RPA framework

We are planning to develop a plug-in to scan programming languages used to development of an iBOT RPA framework.

Underlying languages used in framework development are Javascript and C#.

May i know if any suggestions before we design and plan the development activities?

Basically,

  1. Any pre-requisites?
  2. Any preferred language to develop the plug-in?
    3.Environment required for plug-in development etc
    Thanks
    Nirmala

Hey there.

As far as SonarQube is concerned, our recommendation for adding coding rules to Javascript is to write custom ESLint rules, and building your own roslyn analyzer for C# code. Issues raised by either of these methods can always be imported as external issues.

Other options include writing a tool (however you like) that outputs issues in generic issue data format.