Skip to content

Commit 1842cf4

Browse files
hsbtclaude
andcommitted
Narrow CodeQL paths-ignore to only fixture directories
Keep test/ and spec/ in CodeQL analysis for better SAST coverage. Only exclude directories containing intentionally unparseable files such as UTF-16 encoded fixtures and bad syntax test fixtures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ba75221 commit 1842cf4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
paths-ignore:
22
- benchmark
33
- sample
4-
- spec
5-
- test
4+
- spec/ruby/command_line/fixtures
5+
- spec/ruby/core/exception/fixtures
6+
- spec/ruby/language/fixtures

0 commit comments

Comments
 (0)