Open Shadowfiend opened 4 years ago
We're doing this in pre-commit hooks in most cases right now, but adding it to CI allows for contributors who may not install pre-commit hooks to not sneak through poor code.
See also #20.
After briefly talking to @pdyraga , I'll take Solidity linting.
You can probably directly forklift what I did for keep-ecdsa in this commit. Still working on the Go side though.
Thanks Antonio, PR for keep-core is ready.
keep-core
We're doing this in pre-commit hooks in most cases right now, but adding it to CI allows for contributors who may not install pre-commit hooks to not sneak through poor code.
See also #20.