Skip to content

Commit b50f22d

Browse files
authored
Remove compile_force_framework: hardhat from slither config (#5390)
1 parent bf4d40d commit b50f22d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ jobs:
118118
- uses: actions/checkout@v4
119119
- name: Set up environment
120120
uses: ./.github/actions/setup
121-
- run: rm foundry.toml
122121
- uses: crytic/[email protected]
123-
with:
124-
node-version: 18.15
125-
slither-version: 0.10.1
126122

127123
codespell:
128124
runs-on: ubuntu-latest

slither.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"detectors_to_run": "arbitrary-send-erc20,array-by-reference,incorrect-shift,name-reused,rtlo,suicidal,uninitialized-state,uninitialized-storage,arbitrary-send-erc20-permit,controlled-array-length,controlled-delegatecall,delegatecall-loop,msg-value-loop,reentrancy-eth,unchecked-transfer,weak-prng,domain-separator-collision,erc20-interface,erc721-interface,locked-ether,mapping-deletion,shadowing-abstract,tautology,write-after-write,boolean-cst,reentrancy-no-eth,reused-constructor,tx-origin,unchecked-lowlevel,unchecked-send,variable-scope,void-cst,events-access,events-maths,incorrect-unary,boolean-equal,cyclomatic-complexity,deprecated-standards,erc20-indexed,function-init-state,pragma,unused-state,reentrancy-unlimited-gas,constable-states,immutable-states,var-read-using-this",
3-
"filter_paths": "contracts/mocks,contracts/vendor,contracts-exposed",
4-
"compile_force_framework": "hardhat"
3+
"filter_paths": "contracts/mocks,contracts/vendor,contracts-exposed"
54
}

0 commit comments

Comments
 (0)