Skip to content

Commit

Permalink
Revert "(yegor256#1396) Update forbidden-apis.txt & remove puzzle"
Browse files Browse the repository at this point in the history
This reverts commit 4471d77.
  • Loading branch information
andreoss committed Jul 12, 2020
1 parent ec3b772 commit 9e7c274
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/resources/forbidden-apis.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@defaultMessage Do not use static methods
org.hamcrest.Matchers
org.hamcrest.MatcherAssert

@defaultMessage Please specify failure reason
org.hamcrest.MatcherAssert#assertThat(java.lang.Object, org.hamcrest.Matcher)

@defaultMessage Please specify failure reason
org.junit.Assert#assertThat(java.lang.Object, org.hamcrest.Matcher)

0 comments on commit 9e7c274

Please sign in to comment.