linter-solidity icon indicating copy to clipboard operation
linter-solidity copied to clipboard

Atom Linter support for Solidity

Results 14 linter-solidity issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. Install linter-solidity 2. Ensure that [email protected] is installed 3. Crash I didn't have any problems with linter-solidity when it was using [email protected]. So it looks...

help wanted

At first integrate the token calldata(in parameters of functions) and payable(in address type variables)

help wanted

I'm using Solidity 0.4.18, by defining: ``` pragma solidity 0.4.18; ``` and getting the following error for this line in Atom linter: ``` Source file requires different compiler version (current...

help wanted

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.27.0 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.2 **Thrown From**: [linter-solidity](https://github.com/Latrasis/linter-solidity) package 0.5.0 ### Stack Trace Uncaught SyntaxError: Unexpected token...

help wanted

Hi! Thanks for the package, it's really cool. I just have an issue: I'm using Fira Code as my default font, but the ligatures don't render with Solidity files. That's...

help wanted

[Enter steps to reproduce:] 1. Error message pops randomly while browsing .sol files **Atom**: 1.21.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.12.6 **Thrown From**: [linter-solidity](https://github.com/Latrasis/linter-solidity) package 0.5.0 ### Stack...

help wanted

[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) package 0.5.0 ### Stack Trace Uncaught SyntaxError: Unexpected end...

help wanted

My import statements leverage Solidity remapping which means they look like: ``` import 'ROOT/relative/path/to/other.sol ``` I then provide a remapping in my solc input JSON that maps `ROOT` to an...

help wanted

There is an issue with backward assignments for example, import '/home/moe/Desktop/Etherium/smallproject/contracts/Acount.sol'; passes ok and import '../contracts/MetaCoin.sol returns a file not found error. Take into account when compiled using truffle for...

help wanted

Docs for dapple https://dapple.readthedocs.io/en/latest/test/ state that dapple/test.sol is a virtual package import 'dapple/test.sol'; // virtual "dapple" package imported when `dapple test` is run When editing such test files in atom,...

help wanted