Skip to content

Commit

Permalink
Fixing yard issues (#288)
Browse files Browse the repository at this point in the history
* Remove yarddoc files from git

* Remove incorrect documented param
  • Loading branch information
davidpatrick authored Jul 30, 2021
1 parent f99a8aa commit 0b76010
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ coverage
spec/auth0.yml
.env
/Gemfile.lock
/.yardoc/checksums
/.yardoc/complete
/.yardoc/object_types
/.yardoc/objects/root.dat
/.yardoc/proxy_types
22 changes: 0 additions & 22 deletions .yardoc/checksums

This file was deleted.

Empty file removed .yardoc/complete
Empty file.
Binary file removed .yardoc/object_types
Binary file not shown.
Binary file removed .yardoc/objects/root.dat
Binary file not shown.
Binary file removed .yardoc/proxy_types
Binary file not shown.
1 change: 0 additions & 1 deletion lib/auth0/api/v2/branding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def branding_templates_for_universal_login

# Delete template for New Universal Login Experience
# @see https://auth0.com/docs/api/management/v2/#!/Branding/delete_universal_login
# @param rule_id [string] The id of the rule to delete.
def delete_branding_templates_for_universal_login
delete(templates_path)
end
Expand Down

0 comments on commit 0b76010

Please sign in to comment.