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 inc1ff325da8
. * Update .yardopts exclude path for plugin.rb Set path to new location of patch.rb file updated in308e3caa10
.
This commit is contained in:
parent
09299ea9e1
commit
2ca409609e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue