Idea gradle plugin to verify style schema.

已回答

Good day, at work we are struggling to find a plugin that verify that our java code following default idea format. we tried many different approaches like spotless (using eclipse with idea's style xml) but still they are buggy. 

Is there any plugin that just check that code been formated? Without idea itself, just during CI pipeline? 

Many thanks

0

Hi Dmitry,

Can you describe your scenario using an actual example?

What CI pipeline do you use exactly? In theory, it could be done in TeamCity, for instance, using a command line script - provided that you have a command that you run outside of IDE to check the style.

0

请先登录再写评论。