Summary: | pkgcheck should check for NO_COLOR instead of NOCOLOR | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Ulrich Müller <ulm> |
Component: | PkgCore | Assignee: | PkgCore project <pkgcore> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://no-color.org/ | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=898224 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | scan: Replace NOCOLOR by NO_COLOR |
Description
Ulrich Müller
2023-02-28 08:54:55 UTC
Created attachment 855078 [details, diff]
scan: Replace NOCOLOR by NO_COLOR
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=b9b5dc7dd1da1a659bc6987665e16c904d0271a9 commit b9b5dc7dd1da1a659bc6987665e16c904d0271a9 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2023-02-28 09:05:21 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2023-03-01 18:36:10 +0000 scan: Replace NOCOLOR by NO_COLOR NO_COLOR is an informal standard that is followed by many programs, see https://no-color.org/. Signed-off-by: Ulrich Müller <ulm@gentoo.org> Closes: https://bugs.gentoo.org/898230 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> src/pkgcheck/scripts/pkgcheck_scan.py | 2 +- tests/scripts/test_pkgcheck_scan.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) |