-
My solidity linter stopped working (both JB and HH). I noticed that the linter works until I open a test file.
Then it won't start working again until I:
1. close all tabs and
2. reload the vsc…
-
* No linter is currently run on the Solidity code in CI.
* `Cargo.toml` files in examples are not currently covered by Cargo sort.
* `Cargo.lock` files are not ensured to not change.
-
**What is a Contribution Opportunity?**
A Contribution Opportunity is a concrete task that you can work on to contribute to the Optimism Collective.
---
## Summary
The [Optimism Monorepo](…
-
[Enter steps to reproduce:]
1. Install linter-solidity
2. Ensure that solc@0.4.17 is installed
3. Crash
I didn't have any problems with linter-solidity when it was using solc@0.4.16. So it loo…
-
I think there is a false positive with the `gas-struct-packing` rule when using contract types. Here is the MRE:
```solidity
pragma solidity 0.8.24;
contract Bar {}
contract Foo {
// this…
-
Greetings,
I'm getting this error when i'm opening some solidity files.
```
TypeError: Cannot read property '0' of null
at errors.map.err (~/.atom/packages/linter-solidity/lib/compiler.js:18:67)
at…
-
I am writing to propose the addition of a Solidity linter to our project. Given that our project is increasingly involving smart contract development on Ethereum, having a linter in place is crucial f…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.20.1 x64
**Electron**: 1.6.9
**OS**: Mac OS X 10.13
**Thrown From**: [linter-solidity](https://github.com/Latrasis/linter-solidity) pack…
-
### Describe the solution you'd like
Took a look at linters for solidity:
#### [solhint](https://github.com/protofire/solhint)
`solhint` is a linter with [rules](https://github.com/protofire/so…
-
The YAKINDU Solidity language server (https://github.com/Yakindu/solidity-ide) provides some features that are not yet implemented/can be improved.
Most noteworthy:
- grammar based code completi…