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
It'd be good to modify it to detect such files in OCaml (we can make the first line of these files (* file generated using ... *)). This way we can quickly skim them over in PRs and such.
In addition, it'd be good to ensure in CI that generated files were not over-written. I'm not sure what the list of generated files is but we have promoted:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Github seems to use this code to detect generated files: https://github.com/github/linguist/blob/master/lib/linguist/generated.rb
It'd be good to modify it to detect such files in OCaml (we can make the first line of these files
(* file generated using ... *)
). This way we can quickly skim them over in PRs and such.In addition, it'd be good to ensure in CI that generated files were not over-written. I'm not sure what the list of generated files is but we have promoted:
Beta Was this translation helpful? Give feedback.
All reactions