feature/add-linting-tools #4
Reference in New Issue
Block a user
Delete Branch "feature/add-linting-tools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add linting tools to the development workflow and fix all existing linting issues.
Changes
govulncheckto devshell - vulnerability scanning for Go dependencies (golangci-lint was already present)session_test.goby usingt.Fatalinstead oft.ErrorargNuminpostgres.goSearchOptions//nolint:errcheckcomments to 33 intentionally unchecked error returns:defer X.Close()on read-only resources (files, rows, response bodies, gzip readers)defer tx.Rollback()- standard Go pattern where rollback after commit returns expected errorLinting Results
New Development Workflow
Before completing work on a feature branch, run: