You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and getting the following error for this line in Atom linter:
Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
Can linter-solidity check using the solidity compiler version I am using and not give this error?
If not, can I define the specific version of solidity I want to use per project for linter-solidity?
The text was updated successfully, but these errors were encountered:
I'm using Solidity 0.4.18, by defining:
and getting the following error for this line in Atom linter:
Can linter-solidity check using the solidity compiler version I am using and not give this error?
If not, can I define the specific version of solidity I want to use per project for linter-solidity?
The text was updated successfully, but these errors were encountered: