PaulRBerg / foundry-template

Foundry-based template for developing Solidity smart contracts
MIT License
561 stars 110 forks source link

chore: enclose `lint:sol` glob expression #61

Closed arr00 closed 1 month ago

arr00 commented 2 months ago

Need quotes around the glob expression to ensure it isn't evaluated too early. On my machine not all files are found when quotes are emitted.

PaulRBerg commented 1 month ago

Thanks