Idea gradle plugin to verify style schema.
Answered
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
Please sign in to leave a comment.
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.