Skip to content
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

Recognise Contract names in code #13

Closed
elenadimitrova opened this issue Aug 23, 2016 · 1 comment
Closed

Recognise Contract names in code #13

elenadimitrova opened this issue Aug 23, 2016 · 1 comment

Comments

@elenadimitrova
Copy link

Contract names should be CamelCase, and that's what Solium applies for the contract definition, however it appears to not recognise Contract names used outside of the contract X syntax, as for the following

contract MyContract is IMyContract, IMyOtherContract {... }

throws a warning

 'IMyContract' doesn't follow the mixedCase notation
 'IMyOtherContract' doesn't follow the mixedCase notation
@duaraghav8
Copy link
Owner

solved in v0.1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants