Resolve lint errors on main causing pipeline failures
- Replace deprecated reflect.Ptr with reflect.Pointer in strings.go
- Modernize backward loop in gitlab.go using slices.Backward
- Exclude goconst linter from test files (tests use literals for clarity)
- Add nolint:goconst to false positives in production code