Skip to content

Apply rubocop format #144

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Apply rubocop format #144

wants to merge 1 commit into from

Conversation

Crola1702
Copy link
Contributor

@Crola1702 Crola1702 commented Apr 24, 2025

As the title says. This PR is only applying formatting with rubocop

Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
@Crola1702 Crola1702 requested a review from Blast545 April 24, 2025 13:12
@Crola1702 Crola1702 self-assigned this Apr 24, 2025
Copy link
Contributor

@Blast545 Blast545 left a comment

Choose a reason for hiding this comment

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

Looks reasonable to me, I left some comments for a couple of things that caught my attention. We should be checking that the quoting changes don't break our reports.

Tagging @nuclearsandwich to give an extra set of Ruby eyes.

end

optparser.parse!(ARGV)
options[:exclude] = Set.new() if options[:exclude].nil?
options[:report_name] = "buildfarm-report_#{DateTime.now.strftime("%Y-%m-%d_%H-%M")}.json" if options[:report_name].nil?
options[:exclude] = Set.new if options[:exclude].nil?
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing the parenthesis in this new() looks odd to me, is this expected?

Comment on lines +82 to +83
if !tr['age'].to_i.nil? && (tr['age'].to_i >= CONSECUTIVE_THRESHOLD || tr['age'].to_i == WARNING_AGE_CONSTANT)
next
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this expected ruby syntax? It seems more "ruby" to me as it was before with the next if, for some reason.

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.

2 participants