sim
sim

Reputation: 3602

Can you have standardised warnings across Eclipse and IntelliJ?

We use a both Eclipse and IntelliJ in my team. Is there a way to set IntelliJ to have exactly the same inspection/warning profile as the one Eclipse uses?

It would be useful for all of us to see exactly the same warnings on the same piece of code even if we're in different IDEs.

Upvotes: 1

Views: 144

Answers (1)

dcsohl
dcsohl

Reputation: 7396

Use SonarQube and the respective browser plugins. I know from experience that the Eclipse plugin is excellent, and from screenshots, the IntelliJ one looks quite good too.

This way you don't worry about individual devs reconfiguring their preferences.

Upvotes: 2

Related Questions