Skip to content

Commit 1fba3b0

Browse files
authored
Merge pull request #326 from rsksmart/chore/rename-zafeContractsFolder
chore: changed safe contracts folder name
2 parents 98ed320 + 3a88e5b commit 1fba3b0

39 files changed

+2
-2
lines changed

.github/workflows/slither.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sarif: results.sarif
3434
fail-on: none
3535
target: .
36-
slither-args: --filter-paths "node_modules/|contracts/safe/"
36+
slither-args: --filter-paths "node_modules/|contracts/safe-test-contracts/"
3737

3838
- name: Upload SARIF file
3939
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9

.solhintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
contracts/safe
1+
contracts/safe-test-contracts
File renamed without changes.
File renamed without changes.

contracts/safe/accessors/SimulateTxAccessor.sol renamed to contracts/safe-test-contracts/accessors/SimulateTxAccessor.sol

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)