Skip to content

Commit

Permalink
Disable ConditionCouldBeLifted in the default config
Browse files Browse the repository at this point in the history
It's too experimental for now, has quite a few false positives, needs to
be fleshed out
  • Loading branch information
dimsuz committed Jul 27, 2023
1 parent 3c3b6ec commit 99c6c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ compose:
ComposableFunctionName:
active: true
ConditionCouldBeLifted:
active: true
active: false
ignoreCallsWithArgumentNames: [ 'modifier' ]

0 comments on commit 99c6c12

Please sign in to comment.