Skip to content

Commit

Permalink
#33 Inspection for invalid benchmark method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Oct 17, 2020
1 parent 57c5ae0 commit 9d841c4
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
<html>
<body>
<p>Reports about benchmark methods with invalid signature.</p>
<!-- tooltip end -->
<p><code>@Benchmark</code>, <code>@Setup</code>, <code>@TearDown</code>: should be public.</p>
</body>
</html>

0 comments on commit 9d841c4

Please sign in to comment.