1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix the regexp list for ignore list

This commit is contained in:
Hiroshi SHIBATA 2021-04-21 20:34:46 +09:00
parent 7c0c1c3e46
commit 347c3b3083
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -359,9 +359,8 @@ IGNORE_FILE_PATTERN =
|\.git.*
|[A-Z]\w+file
|COPYING
)\z|
|rakelib\/
/x
)\z/x
def message_filter(repo, sha)
log = STDIN.read