Comment on Reality check: Our Go backend stack
spacedogroy@feddit.uk 11 months agoAs a bit of low-hanging fruit, you may be able to reduce the length of the diffs in an MR by marking generated files with -diff
in a .gitattributes
file. This is at least supported by GitLab (not sure about others): git-scm.com/docs/gitattributes#_marking_files_as_…
colonist@programming.dev 11 months ago
Looked into that yesterday. I can mark generated files as generated. It collapses them but doesn’t remove them from the review, which is a bit annoying. Need something like a .diffignore