Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an easy way to find yard plugins #1143

Merged
merged 3 commits into from
Nov 21, 2017
Merged

add an easy way to find yard plugins #1143

merged 3 commits into from
Nov 21, 2017

Conversation

noraj
Copy link

@noraj noraj commented Nov 20, 2017

Description

Add an easy way to find yard plugins.

See issue #1139

Completed Tasks

  • I have read the Contributing Guide.
  • The pull request is complete (implemented / written).
  • Git commits have been cleaned up (squash WIP / revert commits).
  • I wrote tests and ran bundle exec rake locally (if code is attached to PR).

@coveralls
Copy link

coveralls commented Nov 20, 2017

Coverage Status

Coverage remained the same at 93.502% when pulling bac35d8 on noraj1337:patch-2 into 9fcfe09 on lsegal:master.

@@ -669,6 +669,8 @@ To disable a plugin create the file `~/.yard/ignored_plugins` with a list
of plugin names separated by newlines. Note that the `.yard` directory might
not exist, so you may need to create it.

You may find some useful YARD plugins on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=name%3A+yard) or with a [Google avanced querry](https://www.google.com/search?q=site%3Arubygems.org+intitle%3A%22yard-%22+OR+intitle%3A%22yard_%22).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: querry -> query

also nitpick but consider trying to enforce an 80char line width here. You can use the [RubyGems][rubygems] linking format with the references just below.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • my bad for the typo
  • I wanted to but forget about the line of 80 chars

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 93.491% when pulling fd3dff0 on noraj1337:patch-2 into 9fcfe09 on lsegal:master.

@coveralls
Copy link

coveralls commented Nov 21, 2017

Coverage Status

Coverage remained the same at 93.502% when pulling fd3dff0 on noraj1337:patch-2 into 9fcfe09 on lsegal:master.

@@ -669,8 +669,11 @@ To disable a plugin create the file `~/.yard/ignored_plugins` with a list
of plugin names separated by newlines. Note that the `.yard` directory might
not exist, so you may need to create it.

You may find some useful YARD plugins on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=name%3A+yard) or with a [Google avanced querry](https://www.google.com/search?q=site%3Arubygems.org+intitle%3A%22yard-%22+OR+intitle%3A%22yard_%22).
You may find some useful YARD plugins on [RubyGems][RubyGemsQuery] or with
a [Google avanced query][GoogleAdvancedQuery].
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, another typo: avanced -> advanced

sorry I missed this the first time!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, so few words and so many mistakes

avanced -> advanced
@coveralls
Copy link

coveralls commented Nov 21, 2017

Coverage Status

Coverage remained the same at 93.502% when pulling 6aecb55 on noraj1337:patch-2 into 9fcfe09 on lsegal:master.

@lsegal lsegal merged commit cb1ddd7 into lsegal:master Nov 21, 2017
@lsegal
Copy link
Owner

lsegal commented Nov 21, 2017

Thanks for the doc update!

@noraj noraj deleted the patch-2 branch November 21, 2017 20:43
@noraj
Copy link
Author

noraj commented Nov 21, 2017

I hope you squashed that :D

lsegal added a commit that referenced this pull request Nov 23, 2017
@lsegal lsegal mentioned this pull request Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants