-
https://github.com/duaraghav8/Solium
-
A linter bear for solidity https://github.com/duaraghav8/Solium
Would love to work on this.
-
Currently this extension only works with Solium v0.x
Getting an error using new Solium format.
-
When installing `ethlint` you get a *npm warning* message:
> npm WARN solium-plugin-security@0.1.1 requires a peer of solium@^1.0.0 but none is installed. You must install peer dependencies yoursel…
-
Just typing, for each letter, we get this huge error about a syntax error for solium. Setting "solidity.lintOnChange" to false negates this.
I think a behaviour like Prettier, where it does n…
-
linter-solium 0.0.4 (Enabled)
linter 2.2.0 (Enabled)
I have run `npm update solium -g`, and `solium --init` in my project's root directory.
Atom 1.21.1
E.g. `function pay_and_donate...` (not cam…
ghost updated
6 years ago
-
Is there a browserized build for solium ?
-
The following smart contract can be used in any evm compatible chains with Thea
```
pragma solidity ^0.8.22;
// Based on https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src…
-
The top_script keeps breaking when I run these functions. I think the original api has since been updated. I commented them both out of the top_script. I tried to see what was the deal, but I couldn't…
-
It seems that we currently haven't setup a linter for the solidity code.
This is great set of tools can help improve the quality and security of the solidity code:
- Solidity code linting known …