Skip to content

Commit

Permalink
Fix clippy in trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 3, 2023
1 parent aa7e61f commit 4fc96ea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cli:
plugins:
sources:
- id: trunk
ref: v1.2.4
ref: v1.2.5
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
Expand All @@ -16,7 +16,7 @@ lint:
enabled:
- actionlint@1.6.26
- checkov@2.4.9
- clippy@1.65.0
- clippy@SYSTEM
- git-diff-check
- markdownlint@0.37.0
- osv-scanner@1.4.0
Expand All @@ -30,6 +30,6 @@ actions:
disabled:
- trunk-announce
- trunk-fmt-pre-commit
enabled:
- trunk-check-pre-push
enabled:
- trunk-upgrade-available
46 changes: 23 additions & 23 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,29 +614,29 @@ filename:
- tooLongReturnDataCopy.json # ef-tests #319
- revertRetDataSize.json # ef-tests #320
stRevertTest:
- "RevertOpcodeMultipleSubCalls.json" # ef-tests #322
- "RevertPrefoundCall.json" # ef-tests #322
- "LoopCallsDepthThenRevert.json" # ef-tests #322
- "stateRevert.json" # ef-tests #322
- "RevertDepthCreateOOG.json" # ef-tests #322
- "costRevert.json" # ef-tests #322
- "LoopDelegateCallsDepthThenRevert.json" # ef-tests #322
- "RevertOpcodeInCallsOnNonEmptyReturnData.json" # ef-tests #322
- "RevertOpcodeCalls.json" # ef-tests #322
- "LoopCallsThenRevert.json" # ef-tests #322
- "TouchToEmptyAccountRevert2.json" # ef-tests #322
- "TouchToEmptyAccountRevert3.json" # ef-tests #322
- "RevertDepthCreateAddressCollision.json" # ef-tests #322
- "RevertPrecompiledTouchExactOOG.json" # ef-tests #323
- "RevertPrefound.json" # ef-tests #323
- "RevertPrefoundEmpty.json" # ef-tests #323
- "RevertOpcodeCreate.json" # ef-tests #323
- "RevertOnEmptyStack.json" # ef-tests #323
- "RevertInCreateInInit.json" # ef-tests #323
- "RevertPrefoundEmptyCall.json" # ef-tests #323
- "LoopCallsDepthThenRevert2.json" # ef-tests #324
- "LoopCallsDepthThenRevert3.json" # ef-tests #324
- "RevertRemoteSubCallStorageOOG.json" # ef-tests #324
- RevertOpcodeMultipleSubCalls.json # ef-tests #322
- RevertPrefoundCall.json # ef-tests #322
- LoopCallsDepthThenRevert.json # ef-tests #322
- stateRevert.json # ef-tests #322
- RevertDepthCreateOOG.json # ef-tests #322
- costRevert.json # ef-tests #322
- LoopDelegateCallsDepthThenRevert.json # ef-tests #322
- RevertOpcodeInCallsOnNonEmptyReturnData.json # ef-tests #322
- RevertOpcodeCalls.json # ef-tests #322
- LoopCallsThenRevert.json # ef-tests #322
- TouchToEmptyAccountRevert2.json # ef-tests #322
- TouchToEmptyAccountRevert3.json # ef-tests #322
- RevertDepthCreateAddressCollision.json # ef-tests #322
- RevertPrecompiledTouchExactOOG.json # ef-tests #323
- RevertPrefound.json # ef-tests #323
- RevertPrefoundEmpty.json # ef-tests #323
- RevertOpcodeCreate.json # ef-tests #323
- RevertOnEmptyStack.json # ef-tests #323
- RevertInCreateInInit.json # ef-tests #323
- RevertPrefoundEmptyCall.json # ef-tests #323
- LoopCallsDepthThenRevert2.json # ef-tests #324
- LoopCallsDepthThenRevert3.json # ef-tests #324
- RevertRemoteSubCallStorageOOG.json # ef-tests #324
stShift:
- shiftCombinations.json # ef-tests #383
- shiftSignedCombinations.json # ef-tests #383
Expand Down

0 comments on commit 4fc96ea

Please sign in to comment.