We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384f069 commit d74ae49Copy full SHA for d74ae49
test-new/transactions._coffee
@@ -35,7 +35,10 @@ beginTx = ->
35
cleanupTxs = (_) ->
36
# We parallelize these rollbacks to keep test performance fast:
37
flows.collect _,
38
+ # Streamline futures use `!` rather than `not` by convention.
39
+ # coffeelint: disable=prefer_english_operator
40
while tx = OPEN_TXS.pop() then do (tx, _=!_) ->
41
+ # coffeelint: enable=prefer_english_operator
42
switch tx.state
43
when tx.STATE_COMMITTED, tx.STATE_ROLLED_BACK, tx.STATE_EXPIRED
44
return
0 commit comments