-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Exclude Certain Types #10
Comments
in addition, somethimes
|
Plus one to this issue, sometimes as a consumer of a 3rd party API we don't have control over the naming of the field but would like to use consistent naming internally. |
related to #3, I need to finish my work on that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a way to exclude certain types so we don't have to continuously disable this linter on that line. I would love regex support or something similar. For example, working with mongo, the default ID field is
_id
.The text was updated successfully, but these errors were encountered: