-
solhint cli supports comment directives for ignoring warnings, but these don't seem to work from the plugin
ghost updated
2 years ago
-
```
>>>>> WARNING >>>>>>>>>>>>>>>
Error: Constructors have to be declared either "public" or "internal"
```
```
// solium-disable security/no-block-members
// SPDX-License-Identifier: MIT
pra…
-
**Description**
Solidity 0.6 introduces the `abstract` keyword for abstract contracts: https://solidity.readthedocs.io/en/v0.6.0/contracts.html#abstract-contracts
Works:
```Solidity
// Test.sol
…
-
**Name**
Not thought of a name
**Problem**
Based on https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/ we are now using .call.value() to send value. However, this me…
-
The linter should scan all solidity code files for declarations & definitions of data, functions, contracts & libraries.
This "symbol table" should then be provided to all rules.
This structure wi…
-
Just to get the discussion rolling, I was wondering if it might make sense to conform to some of ESLint's CLI and options given how this project uses a lot of the great ideas that have come out of ESL…
-
There are a number of cases where one or more functions in a contract may be in a different order than the recommended visibility order due to logical grouping; one example is an `initialize()` being …
-
https://github.com/sds/slim-lint
-
**Description**
When underscores are used in integer literals as described in https://solidity.readthedocs.io/en/develop/types.html#rational-and-integer-literals to increase readability, the linter w…
-
Hi all, @federicobond,
The Truffle team has grown. In order to help us maintain this repository, we'd love to move it to the `trufflesuite` organization, where issues can be more easily managed by …