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

Enable Rubocop in CI #268

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Enable Rubocop in CI #268

merged 1 commit into from
Feb 21, 2023

Conversation

bastelfreak
Copy link
Member

No description provided.

@@ -19,6 +19,8 @@ eos
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.required_ruby_version = Gem::Requirement.new('>= 2.4')
Copy link
Member Author

Choose a reason for hiding this comment

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

this is what our CI currently tests on, so I assume that's the oldest supported version.

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Base: 0.50% // Head: 0.50% // No change to project coverage 👍

Coverage data is based on head (7e0c324) compared to base (f990ac3).
Patch has no changes to coverable lines.

❗ Current head 7e0c324 differs from pull request most recent head 4dff227. Consider uploading reports for the commit 4dff227 to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #268   +/-   ##
======================================
  Coverage    0.50%   0.50%           
======================================
  Files          15      15           
  Lines        2565    2565           
======================================
  Hits           13      13           
  Misses       2552    2552           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

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

I did not checked .rubocop_todo.yml assuming the PR wants to focus on the Rubocop integration and the fixes will be part of future work, and this looks good to me.

@bastelfreak bastelfreak merged commit 9e242cd into voxpupuli:master Feb 21, 2023
@bastelfreak bastelfreak deleted the rubocop branch February 21, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants