-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Auto-generated top-level text must include the @generated
word (with @
prepended).
#1604
Comments
@AIGeneratedUsername If someone has any thoughts on the advantages or disadvantages of adopting this, please feel free to share your opinions or vote. |
It is widely used. However, not sure if we can call it a standard. https://generated.at/ tries to make it one. It is easier to recognize for tooling, though, compared to not adding the I was about to file a PR to suggest the same change. A workaround so far is to use the following argument
(Generally, I already use |
At the marker to "generated" at the file header to make it easier for tooling to identify generated files as such. Closes: koxudaxi#1604 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Add the marker to "generated" at the file header to make it easier for tooling to identify generated files as such. Closes: koxudaxi#1604 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Is your feature request related to a problem? Please describe.
Let's start with an example how other people use this. If you will take a look at https://github.com/koxudaxi/datamodel-code-generator/blob/master/poetry.lock#L1 you will see:
The
@generated
mark is described at https://generated.at/Describe the solution you'd like
Prepend
@
to the "generated" word.Example:
The text was updated successfully, but these errors were encountered: