Skip to content

Commit

Permalink
Merge pull request #176 from nubank/revert-lint-with-redefs
Browse files Browse the repository at this point in the history
revert lint with-redefs
  • Loading branch information
dimmyjr-nu authored May 2, 2024
2 parents e1fff3d + 8ba1868 commit e072ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [5.17.0]
- revert linter `state-flow.labs.state/with-redefs`

## [5.16.0]
- Add linter for `state-flow.labs.state/with-redefs` [#175](https://github.com/nubank/state-flow/pull/175)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/state-flow "5.16.0"
(defproject nubank/state-flow "5.17.0"
:description "Integration testing with composable flows"
:url "https://github.com/nubank/state-flow"
:license {:name "MIT"}
Expand Down
3 changes: 1 addition & 2 deletions resources/clj-kondo.exports/nubank/state-flow/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
:hooks {:analyze-call {state-flow.cljtest/defflow nubank.state-flow/defflow
state-flow.api/defflow nubank.state-flow/defflow
state-flow.core/flow nubank.state-flow/flow
state-flow.api/flow nubank.state-flow/flow
state-flow.labs.state/with-redefs nubank.state-flow/with-redefs}}}
state-flow.api/flow nubank.state-flow/flow}}}

0 comments on commit e072ec6

Please sign in to comment.