We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a solhint rule to enforce the following recommendation from the Chainlink contracts style guide:
Comments should be in the // (default) or /// (natspec) format, not the /* */ format. rule: tbd
Comments should be in the // (default) or /// (natspec) format, not the /* */ format.
//
///
/* */
tbd
https://github.com/smartcontractkit/chainlink/blob/3a74dc13b2d42316803b26b2254caa12f7beccb4/contracts/STYLE_GUIDE.md?plain=1#L286
STYLE_GUIDE.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Add a solhint rule to enforce the following recommendation from the Chainlink contracts style guide:
https://github.com/smartcontractkit/chainlink/blob/3a74dc13b2d42316803b26b2254caa12f7beccb4/contracts/STYLE_GUIDE.md?plain=1#L286
Steps
STYLE_GUIDE.md
to reference the new ruleThe text was updated successfully, but these errors were encountered: