mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make CodeQL ignore syntax_suggest because of the performance problem
https://github.com/github/codeql/discussions/10120#discussioncomment-3485880
This commit is contained in:
parent
aecb57ceb0
commit
d152ac677c
1 changed files with 4 additions and 0 deletions
4
.github/codeql/codeql-config.yml
vendored
4
.github/codeql/codeql-config.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
name: "CodeQL config for the Ruby language"
|
||||
|
||||
languages: cpp
|
||||
|
||||
# syntax_suggest consumes an hour.
|
||||
paths-ignore:
|
||||
- lib/syntax_suggest
|
||||
|
|
Loading…
Reference in a new issue