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
Add support for an ebuild to declare a skip annotation for a class of
*version* results. This skip annotation must be declared before any
non-comment non-empty line (most of the times it would be before the
EAPI declaration). Empty lines between the copyright and the annotation
are allowed.
The annotation line must be precise, only one class per line and every
space is required.
For example, it would look like:
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# pkgcheck skip: PythonCompatUpdate
EAPI=8
Resolves: pkgcore#478
Signed-off-by: Arthur Zamarin <[email protected]>
0 commit comments