Solium is a security-focused linter for solidity.
I've noticed several projects that use both embark & solium, so devs end up running the lint command separately.
Plugging solium into embark would significantly improve their workflow, since triggering embark would additionally provide the following benefits with minimal development overhead for you:
Checks for both style and security for contracts
Automatic code fixing for lazy devs
If this seems interesting to you, would love to talk:)
Hi @iurimatias
Solium is a security-focused linter for solidity. I've noticed several projects that use both embark & solium, so devs end up running the lint command separately. Plugging solium into embark would significantly improve their workflow, since triggering embark would additionally provide the following benefits with minimal development overhead for you:
If this seems interesting to you, would love to talk:)