Make CodeQL ignore syntax_suggest because of the performance problem

https://github.com/github/codeql/discussions/10120#discussioncomment-3485880
This commit is contained in:
Nobuyoshi Nakada 2022-09-15 09:25:16 +09:00
parent aecb57ceb0
commit d152ac677c
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1,3 +1,7 @@
name: "CodeQL config for the Ruby language"
languages: cpp
# syntax_suggest consumes an hour.
paths-ignore:
- lib/syntax_suggest