mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
209 stars 23 forks source link

Skipping warning for .dot files #76

Closed mario-eth closed 3 months ago

mario-eth commented 3 months ago

For this we might need a flag like we have dry run flag, to skip warnings and just push without warning, this for CI jobs to not fail.

something like soldeer push .. --skip-warnings true