Browse Source

Exclude non-existing Crystal/PointerPairingHeap from scraping

Jon Börjesson 11 tháng trước cách đây
mục cha
commit
937326d437
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/docs/scrapers/crystal.rb

+ 1 - 0
lib/docs/scrapers/crystal.rb

@@ -21,6 +21,7 @@ module Docs
 
     options[:skip_patterns] = [
       %r{\ACrystal/System/},
+      %r{\ACrystal/PointerPairingHeap/},
       %r{\AIO/Evented.html\z},
       %r{\ARegex/PCRE2.html\z}
     ]