-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No linting errors when there should be #3
Comments
thanks for the suggestion! Opened #4 @willnwhite |
I was on Mac OS X Yosemite, now on macOS High Sierra and it's the same. I do remember it working previously, perhaps before v0.0.4. |
I'm having the same problem. Also on macOS High Sierra. I ran import './SomeToken.sol' doesn't flag my single quotes as an error (left the default quotes rule on double in .soliumrc.json). |
linter-solium 0.0.4 (Enabled)
linter 2.2.0 (Enabled)
I have run
npm update solium -g
, andsolium --init
in my project's root directory.Atom 1.21.1
E.g.
function pay_and_donate...
(not camel case) isn't highlighted as a linting error. No errors in Atom's console.The text was updated successfully, but these errors were encountered: