disabled built in foundry linting

This commit is contained in:
Filip Pajic
2025-08-27 14:43:28 +02:00
parent 615e8218e8
commit 7371ba36ee

View File

@@ -42,6 +42,9 @@
tab_width = 4
wrap_comments = true
[lint]
lint_on_build = false # Since we are using our own linting solution, we can disable built in one
[rpc_endpoints]
arbitrum = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
avalanche = "https://avalanche-mainnet.infura.io/v3/${API_KEY_INFURA}"