-
Hi @iurimatias
[Solium](https://github.com/duaraghav8/Solium) is a security-focused linter for solidity.
I've noticed several projects that use both embark & solium, so devs end up running the li…
-
https://github.com/duaraghav8/Solium follows the Solidity docs style guide and also has configurable rules. Could be helpful to enforce coding conventions especially with a language as new/filled with…
-
- VSCode Version: Code - Insiders 1.18.0-insider (de68b077b53d6eeafeaf39699d6384c4b8750a19, 2017-10-16T05:11:43.411Z)
- OS Version: Darwin x64 16.7.0
- Extensions:
Extension|Author (truncated)|V…
-
Hi,
I have no idea if you're planning on writing about Ethereum developer tools. If you are, I'd like to draw your attention to https://dapp.tools , a command line toolchain and smart contract stan…
-
Hi guys!
Solium works slow and does not cover all style guide rules.
We develop linter that allow to verify style guide, security and best practices issues! There is Solhint - https://github.com/pr…
-
`0.1.7`
The `byte` keyword is not recognized as a keyword in inline assembly.
```
function toByte(uint addr, uint8 index) internal pure returns (byte b) {
require(index < 32);
…
-
Needs to run:
- ng test
- ng e2e (needs phantom-js)
- truffle test
- ng lint
- A solidity linter?
I have good experiences with Travis in open source context, so I'm tempted to use that. Feedba…
-
`pragma experimental ABIEncoderV2;` is what it's erroring over.
Error:
```
[FATAL ERROR] An error occurred while linting over
/home/ubuntu/workspace/source/contracts/Augur.sol: An error occured…
-
@onbjerg in #52: [Solium](https://github.com/duaraghav8/Solium) could be used as the linter, it aims to comply with the official Solidity style guidelines.
izqui updated
7 years ago
-
**Description**: Sublime Text linter for Solidity files. It provides both security, style guide and best practice validation rules.
**Repository**: https://github.com/idrabenia/SublimeLinter-contri…