get_cveid_regex: Returns the cve (Common Vulnerabilities and Exposures)...

View source: R/config.R

get_cveid_regexR Documentation

Returns the cve (Common Vulnerabilities and Exposures) regular expression for commit messages.

Description

This function returns the cve regular expression for commit messages, that is specified in the input parameter 'config_file'. The input, 'config_file' must be a parsed configuration file. The function will inform the user if the cve regular expression for commit messages exists in the parsed configuration file, 'config_file'.

Usage

get_cveid_regex(config_file)

Arguments

config_file

The parsed configuration file obtained from parse_config.

Value

The commit message CVE regular expression.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.