-
Notifications
You must be signed in to change notification settings - Fork 26
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
New rule: DisallowedDeclarationName
#215
Comments
One consideration (via Mike Rusch), what about something like
|
Hi @a-frantz and @adthrasher
I would like to confirm if this plan is good. Please let me know if there is any additional guidelines i should follow. |
This looks good. Let us know if you have any questions! |
Hey @claymcleod , I'm trying to test my new |
Although I'm submitting a PR for this, please review it also and suggest to me if any changes are needed. |
Credit to @adthrasher for the idea proposed in a comment on #133
We have
DisallowedInputName
andDisallowedOutputName
. Those should remain unchanged, but there should be a new rule that checks all Decls (IO and private) for "type prefixes/suffixes". e.g.File gtfffile
would be bad and so wouldInt my_int
The text was updated successfully, but these errors were encountered: