Skip to content

Commit

Permalink
Prepare for release 0.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 3, 2024
1 parent e84ca64 commit 36ac80e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.7.3
-----

_2024-05-03_

- Fix `DoNotMockAnything` to use `setEnabledByDefault(false)`.

0.7.2
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, LLC.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2021
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ object AnyMockDetector : MockDetector.TypeChecker {
""",
Category.CORRECTNESS,
6,
// Off by default
Severity.IGNORE,
// Off by default though
Severity.ERROR,
sourceImplementation<MockDetector>(),
)
).setEnabledByDefault(false)

override fun checkType(
context: JavaContext,
Expand Down

0 comments on commit 36ac80e

Please sign in to comment.