ankitpokhrel / jira-cli

Function with cyclomatic complexity higher than threshold GO-R1005
Anti-pattern
Minor
1 occurrence in this check
func secondPass has a cyclomatic complexity of 21 with "high" risk
117  - Process each line to search and mark tags.
118  - Use replacements to prepare markdown.
119*/
120func secondPass(lines []string) string {121	var (
122		out     strings.Builder
123		lineNum int