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

Warnings #60

Merged
merged 6 commits into from Jun 25, 2020
Merged

Warnings #60

merged 6 commits into from Jun 25, 2020

Conversation

kbrock
Copy link
Collaborator

@kbrock kbrock commented Jun 6, 2020

remove basic warnings for ruby 2.7

Fixes #46

The change of value -> row_value is my main concern for introducing a bug. I may have misunderstood which value it was intending. the making variable or the maskee.

@kbrock kbrock added the cleanup label Jun 6, 2020
@coveralls
Copy link

coveralls commented Jun 6, 2020

Pull Request Test Coverage Report for Build 87

  • 16 of 17 (94.12%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.07%) to 93.268%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/ruport.rb 2 3 66.67%
Files with Coverage Reduction New Missed Lines %
lib/ruport.rb 1 47.37%
Totals Coverage Status
Change from base Build 86: -0.07%
Covered Lines: 1053
Relevant Lines: 1129

💛 - Coveralls

Copy link

@d-m-u d-m-u left a comment

Choose a reason for hiding this comment

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

lgtm

@kbrock
Copy link
Collaborator Author

kbrock commented Jun 25, 2020

rebased to head. added more unused variables and removed enumeration include (it is not required anymore)

@kbrock kbrock merged commit d66ee2e into ruport:master Jun 25, 2020
@kbrock kbrock deleted the warnings branch June 25, 2020 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean the unused variables in the Ruport codebase
3 participants