Hello.
I want to use Indentation check for ages, step-by-step it becomes better, but still it doesn't conform Eclipse's formatter. This is an example of code:
EnumValueName111("arg1 ", Class11111111111111111111111
.callSomeMethod22(), createPath(Class22222222222222222222222.CONSTANT4444444,
Class555555.constant6), Class77777777777777777777777.constant888888),
While running Checkstyle, I see the error, pointing to the second line:
[checkstyle] /home/user/workspace/xxx/Yyy.java:112: method call child at indentation level 12 not at correct indentation, 16
Of course, this error is not a error of Checkstyle, which works as expected here, but I cannot use the Indentation check because my Eclipse formatter formats the string differently from what expected in Checkstyle.
I would like to know, whether any workarounds exist or whether anybody had already faced the problem. I've found only an article
https://gist.github.com/ksclarke/6ded8f83c9a6ba06b789, which does not show any ways to resolve.
The second question is: what do you think the community should do in case of the problem? Should we try to alter Indentation check to make it conform Eclipse formatter?