Skip erroneous scraper results

pull/1109/head
TheWillGabriel 5 years ago
parent 0476dd0eb3
commit 2fe6705fa4

@ -45,6 +45,15 @@ module Docs
ActiveSupport/Dependencies/WatchStack.html ActiveSupport/Dependencies/WatchStack.html
ActiveSupport/Notifications/Fanout.html) ActiveSupport/Notifications/Fanout.html)
# False positives found by docs:generate
options[:skip].concat %w(
ActionDispatch/www.example.com
ActionDispatch/Http/www.rubyonrails.org
ActionDispatch/Http/www.rubyonrails.co.uk
'TZ'
active_record_migrations.html
association_basics.html)
options[:skip_patterns] += [ options[:skip_patterns] += [
/release_notes/, /release_notes/,
/\AActionController\/Testing/, /\AActionController\/Testing/,

Loading…
Cancel
Save