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
At Scopelift we have used the convention of adding an underscore prefix for method params and local vars.
A user should be able to turn on this rule with a cli flag. It should look something like --func-params-and-local-variable-leading-underscore. If possible it would also be good to add the ability to set this rule in a custom scopelint section in the foundry.toml.
The text was updated successfully, but these errors were encountered:
Description
At Scopelift we have used the convention of adding an underscore prefix for method params and local vars.
A user should be able to turn on this rule with a cli flag. It should look something like
--func-params-and-local-variable-leading-underscore
. If possible it would also be good to add the ability to set this rule in a custom scopelint section in thefoundry.toml
.The text was updated successfully, but these errors were encountered: