summaryrefslogtreecommitdiff
path: root/internal/repl/concurrent_test.go
AgeCommit message (Collapse)Author
2026-03-26fix: address code quality issues from golangci-lintPaul Buetow
- Fix error handling in test files by explicitly ignoring error returns - Remove trailing punctuation from error message in rpn_parse.go Test file changes: - cli_test.go: Use _ = os.Remove() in Cleanup function - concurrent_test.go: Use _, _ = runRPN() in concurrent goroutines Code change: - rpn_parse.go: Changed error message to end with 'colon' instead of ':'
2026-03-25code-quality: Various improvements to code quality and thread safetyPaul Buetow