ekino / gradle-quality-plugin

Quality plugin applying some configuration for your builds (checkstyle, jacoco, sonarqube)
https://plugins.gradle.org/plugin/com.ekino.oss.gradle.plugin.quality
MIT License
5 stars 1 forks source link

Indentation incorrect level for chained method with bracket on new line #5

Closed olivierGuillermEkino closed 7 months ago

olivierGuillermEkino commented 5 years ago

Example: assertThat(result) .containsOnly( // <- this is at level 16 tuple(ID_1, expectedField2, expectedField3), tuple(ID_2, expectedField2, expectedField3) ); // <- 'method call rparen' has incorrect indentation level 16, expected level should be 8. [Indentation]

https://github.com/checkstyle/checkstyle/issues/6210

Checkstyle 8.19 is not compliant with actual Codestyle.xml Codestyle cannot be adapt to this rule

clemstoquart commented 2 years ago

Hi @olivierGuillermEkino

Is this issue still relevant ?

olivierGuillermEkino commented 7 months ago

Issue deprecated