You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that is especially time consuming in a project is tracking and fixing style issues.
checkstyle help a bit, but it cannot express the IntelliJ IDEA codestyle, and it is limited to checking.
Spotless plugin on the other hand is much more powerful as it can fix your style automatically according to some rules. However IntelliJ IDEA code style engine cannot be run as it is part of IntelliJ IDEA distribution.
I think that 2019.3 will improve the command line interface of the code style formatter, but still it cannot be run on the CI as IJ does not provides it as a standalone tool.
One thing that is especially time consuming in a project is tracking and fixing style issues.
checkstyle help a bit, but it cannot express the IntelliJ IDEA codestyle, and it is limited to checking.
Spotless plugin on the other hand is much more powerful as it can fix your style automatically according to some rules. However IntelliJ IDEA code style engine cannot be run as it is part of IntelliJ IDEA distribution.
I think that 2019.3 will improve the command line interface of the code style formatter, but still it cannot be run on the CI as IJ does not provides it as a standalone tool.
The idea would be to have IJ codestyle format available as part of spotless of course, see
diffplug/spotless#200, IDEA-180965 or IDEABKL-7685.
But as a poor man's intermediate solution, this plugin could
.editorconfig
?It's probably a santa wishlist but I think it may really help.
#40
The text was updated successfully, but these errors were encountered: