spring-io / spring-javaformat

Apache License 2.0
802 stars 111 forks source link

SpringTestFileName should ignore annotations #416

Closed wilkinsona closed 2 months ago

wilkinsona commented 4 months ago

We have @WebEndpointTest and @ConversionServiceTest in Spring Boot's test code that have to suppress the SpringTestFileName check as their name doesn't end with Tests. I think we could avoid the need for these suppressions by ignoring annotations as we only want to apply the …Tests rule to classes that contain tests.

wilkinsona commented 2 months ago

Duplicates #364.