Skip to content

Grpc ruby add rubocop fix lint style issues#82

Merged
murgatroid99 merged 3 commits intogrpc:masterfrom
tbetbetbe:grpc_ruby_add_rubocop_fix_lint_style_issues
Jan 16, 2015
Merged

Grpc ruby add rubocop fix lint style issues#82
murgatroid99 merged 3 commits intogrpc:masterfrom
tbetbetbe:grpc_ruby_add_rubocop_fix_lint_style_issues

Conversation

@tbetbetbe
Copy link
Copy Markdown
Contributor

This looks large, but this is just a set of style changes.

This re-styles all non-generated ruby code to match: https://github.com/bbatsov/ruby-style-guide, and adds a rake task so that style can be checked and potential fixed automatically.

Tim Emiola added 3 commits January 16, 2015 02:58
- add rubocop as a dev dependency
- fixed many style violations it reported, often using --auto-correct
- add a rubocop config
 - .rubocop.yml shows the exceptions
 - .rubocopy_todo.yml tracks outstanding style issues
- adds a rake task to allow rubocop styling checks to be automated
murgatroid99 added a commit that referenced this pull request Jan 16, 2015
…style_issues

Grpc ruby add rubocop fix lint style issues
@murgatroid99 murgatroid99 merged commit 861c79b into grpc:master Jan 16, 2015
lalo pushed a commit to lalo/grpc that referenced this pull request Oct 19, 2017
CS1591 is "Missing XML comment for publicly visible type or member".

Emit a 'pragma warning disable' line in generated C# code so that
projects that build will all warnings enabled don't have to add XML
documentation comments to their Bond-generated files.

Update the codegen golden master test files.

Add the test/codegen/no-warnings target that has all warnings enabled
and warnings as errors so that a new warning will fail to build.

Closes grpc#82.
@lock lock bot locked as resolved and limited conversation to collaborators Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants