Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert lint with-redefs #176

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}}}
Loading