Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArtifactGoExecutable = "artifact:go-executable" ArtifactRustCrate = "artifact:rust-crate" DepsGo = "deps:go" DepsJava = "deps:java" DepsNode = "deps:node" DepsPython = "deps:python" DepsRuby = "deps:ruby" DepsRust = "deps:rust" DepsPhp = "deps:php" PackageManagerPipenv = "package_manager:pipenv" PackageManagerPoetry = "package_manager:poetry" PackageManagerYarn = "package_manager:yarn" PackageManagerGemspec = "package_manager:gemspec" CICDGithubActions = "cicd:github-actions" CICDGitlabWorkflow = "cicd:gitlab-workflows" CICDJenkins = "cicd:jenkins" EmptyRepo = "cicd:empty" TestJest = "test:jest" ToolGradle = "tool:gradle" FileManagePy = "file:manage.py" FileSetupPy = "file:setup.py" TestTox = "test:tox" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Label ¶
type Label struct { Key string // string identifying the label, like "deps:go" Valid bool // If the rule applies, Valid = true LabelData // LabelData rule-specific data for each label }
Label is the result of applying a Rule
Click to show internal directories.
Click to hide internal directories.