ruby/.github/codeql/codeql-config.yml
Hiroshi SHIBATA c6bee053a2 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>
2026-03-31 12:45:30 +09:00

7 lines
145 B
YAML

paths-ignore:
- benchmark
- sample
- spec/ruby/command_line/fixtures
- spec/ruby/core/exception/fixtures
- spec/ruby/language/fixtures