-
-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Install yard * Adopt yard format for documenting top-level APIs * Fix YARD::Handlers::Ruby::MixinHandler in rake extension ``` [warn]: Load Order / Name Resolution Problem on Rake::Application: - Something is trying to call mixins on object Rake::Application before it has been recognized. This error usually means that you need to modify the order in which you parse files so that Rake::Application is parsed before methods or other objects attempt to access it. - YARD will recover from this error and continue to parse but you *may* have problems with your generated documentation. You should probably fix this. - [error]: Unhandled exception in YARD::Handlers::Ruby::MixinHandler: in `lib/sentry/rake.rb`:31: 31: Rake::Application.prepend(Sentry::Rake::Application) ``` * Mark private components * Document configuration options with yard
- Loading branch information
Showing
10 changed files
with
180 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--exclude lib/sentry/utils/ | ||
--exclude lib/sentry/core_ext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ gem "benchmark-ips" | |
gem "benchmark_driver" | ||
gem "benchmark-ipsa" | ||
gem "benchmark-memory" | ||
|
||
gem "yard", "~> 0.9.27" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.