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
Formatting violations found in the following files:
* /Users/msimons/Projects/spring-projects/spring-boot/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/neo4j/Neo4jDriverAutoConfigurationIntegrationTests.java
Run `spring-javaformat:apply` to fix.
philwebb
changed the title
Formatter conflicts with "Only one statement per line" checkstyle rule
Test try-with-resources against "Only one statement per line" checkstyle rule
Dec 4, 2020
See spring-projects/spring-boot#17637 and #113 (comment) for more details.
I have the following code:
Spring Java Format complains
Fix turns the snippet into
Checkstyle complains
OneStatementPerLine
.I have no clue how to format the thing.
The text was updated successfully, but these errors were encountered: