mirror of
https://github.com/go-gitea/gitea
synced 2026-02-03 05:20:36 +00:00
Fixes: https://github.com/go-gitea/gitea/issues/22618 `go-enry`'s `IsVendor` function marks git paths (`.gitignore`, `.gitattributes`, `.gitmodules`), github/gitea paths (`.github/`, `.gitea/`) as "vendored" for GitHub Linguist language statistics. This causes these files to incorrectly display the "Vendored" tag in diff views. Override `go-enry`'s detection for these specific cases while preserving its behavior for actual vendor directories. --------- Signed-off-by: silverwind <me@silverwind.io> Signed-off-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
592 B
592 B
Instructions for agents
- Use
make helpto find available development targets - Use the latest Golang stable release when working on Go code
- Use the latest Node.js LTS release when working on TypeScript code
- Before committing
.gochanges, runmake fmtto format, and runmake lint-goto lint - Before committing
.tschanges, runmake lint-jsto lint - Before committing
go.modchanges, runmake tidy - Before committing new
.gofiles, add the current year into the copyright header - Before committing any files, remove all trailing whitespace from source code lines