mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
CodeQL slowness on syntax_suggest fixed at 2.10.5
This reverts commit d152ac677c
, "Make
CodeQL ignore syntax_suggest because of the performance problem".
Probably all instances seem to already have updated to 2.10.5 now.
This commit is contained in:
parent
f3a3ab110e
commit
85fc822307
1 changed files with 0 additions and 4 deletions
4
.github/codeql/codeql-config.yml
vendored
4
.github/codeql/codeql-config.yml
vendored
|
@ -1,7 +1,3 @@
|
|||
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