1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Tidy up --exclude options in .yardopts (#960)

* Remove .yardopts exclude for removed file patch.rb

Seems like this file is no longer, deleted in c1ff325da8.

* Update .yardopts exclude path for plugin.rb

Set path to new location of patch.rb file updated in 308e3caa10.
This commit is contained in:
erikse 2017-10-20 23:59:42 +11:00 committed by Takashi Kokubun
parent 09299ea9e1
commit 2ca409609e

View file

@ -7,8 +7,7 @@
--title "Haml Documentation"
--query 'object.type != :classvariable'
--query 'object.type != :constant || @api && @api.text == "public"'
--exclude lib/haml/template/patch.rb
--exclude lib/haml/template/plugin.rb
--exclude lib/haml/plugin.rb
--exclude lib/haml/railtie.rb
--exclude lib/haml/helpers/action_view_mods.rb
--exclude lib/haml/helpers/xss_mods.rb