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
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.
The text was updated successfully, but these errors were encountered:
We have
@WebEndpointTest
and@ConversionServiceTest
in Spring Boot's test code that have to suppress theSpringTestFileName
check as their name doesn't end withTests
. 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.The text was updated successfully, but these errors were encountered: