Skip to content

Commit

Permalink
Tidy up --exclude options in .yardopts (#960)
Browse files Browse the repository at this point in the history
* Remove .yardopts exclude for removed file patch.rb

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

* Update .yardopts exclude path for plugin.rb

Set path to new location of patch.rb file updated in 308e3ca.
  • Loading branch information
erikse authored and k0kubun committed Oct 20, 2017
1 parent 09299ea commit 2ca4096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ca4096

Please sign in to comment.