Skip to content

Restore JUnit assert checkstyle restrictions #16949

@philwebb

Description

@philwebb

We've lost

<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
	<property name="maximum" value="0"/>
	<property name="format" value="org\.junit\.Assert\.assert" />
	<property name="message"
		value="Please use AssertJ imports." />
	<property name="ignoreComments" value="true" />
</module>

somehow

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions