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
The following rules are disabled:
* JUnitSpelling: Checking the spelling of several junit methods is no
longer required with junit 4 since we use annotations to mark junit
related methods.
* JUnitTestsShouldIncludeAssert: We use Mockito verification in many
tests. Hence, it is okay to have tests without asserts.
* JUnitAssertionsShouldIncludeMessage: Including a message in every
assert appears to be too verbose.
The commit also adds the .eclipse-pmd file to gitignore. This file
holds the configuration of the eclipse-pmd plugin (an alternative to
the pmd-eclipse-plugin).
0 commit comments