package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Sep 13, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package skip provides functionality for managing tool skip conditions.
Condition defines a condition and an optional reason for skipping an operation.
Parse validates and prepares the condition for evaluation.
True evaluates whether the condition is satisfied.
Skip represents a list of conditions under which certain operations (e.g., downloading, testing) should be skipped.
Evaluate checks if any condition in the Skip list evaluates to true.
Has returns true if there are skip conditions defined.
UnmarshalYAML implements custom unmarshaling for Skip,
allowing the Skip field to be either a single condition or a list of conditions.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.