Reputation: 31
Let's assume that I have a SonarQube instance that is configured with the Cobol plugin and that created my own Cobol quality profile.
Now, my Cobol developers are using IBM RDz, which is an Eclipse based IDE.
Would SonarLint allow me to do the integration between RDz and SonarQube for Cobol code. In other words, will my Cobol code be checked against my rules (defined in SonarQube) as I am programming on RDz.
Upvotes: 0
Views: 1244
Reputation: 704
It's available. Cf. https://developer.ibm.com/mainframe/2017/07/07/sonarlint-integration-developer-z-systems/. But we are evaluating it and we face some bugs and some performance matters (march 2018). The IBM Labs are working on fixing it.
Upvotes: 0
Reputation: 5326
As of today (SonarLint 2.6) it doesn't work.
SonarLint for Eclipse was designed to work in most standard Eclipse based IDEs as long as they are using "standard" editors and standard resources.
However we also have some constraints/requirements:
IBM RDz/IDz actually use standard editors, and so we confirmed that SonarLint issues are properly displayed. But there is a problem with the way RDz (re)define the resource hierarchy. SonarLint heavily relies on Eclipse IProject/IFile but RDz has its own abstraction, at least for remote projects.
So in the current state, it is not possible to use SonarLint on RDz.
Upvotes: 3