patractlabs / redspot

Redspot is an Substrate pallet-contracts (ink!) development environment. Compile your contracts and run them on a different networks. Redspot's core forks from Hardhat but changed a lot to suit substrate.
https://redspot.patract.io/
Other
67 stars 22 forks source link

Add support of `--skip-linting` as argument of Redspot for `cargo-contract` #180

Closed xgreenx closed 2 years ago

xgreenx commented 2 years ago

cargo-contract has a new argument that will be cool to support: https://github.com/paritytech/cargo-contract/pull/468

It will speed up the build process for tests