pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
34 stars 29 forks source link

Make git-addon ~/.config/git/ignore aware #672

Closed Flowdalic closed 3 months ago

Flowdalic commented 3 months ago

Currently pkgcheck's git addon is not aware of ~/.config/git/ignore, i.e., the user-specific global gitignore file. This leads to bogus UnknownPkgDirEntry reports, .e.g, for .pkgbump-pv (see https://github.com/pkgcore/pkgdev/issues/180).

Please add support for ~/.config/git/ignore (note that I assume ~/.config is derived from XDG_CONFIG_DIR).