Files
codeql/go/extractor
Arieh Schneier aa1d322fe7 Address PR feedback
Changes based on code review:

1. Remove redundant strings.Contains check in isExactTestPackage
   The equality check on the next line handles both cases, making
   the early return unnecessary.

2. Extract package selection logic into selectBestPackages function
   This reduces code duplication and allows the test to call the
   actual implementation rather than copying the logic.

3. Add TestSelectBestPackages to test the new function
   Comprehensive test covering single packages, test vs production,
   exact vs nested tests, and multiple packages.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-05-11 21:07:39 +10:00
..
2026-02-10 22:31:08 +00:00
2026-01-25 12:39:56 +00:00
2025-11-14 10:25:40 +00:00
2026-05-11 21:07:39 +10:00
2026-05-11 21:07:39 +10:00