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

Remove some unused method parameters #21722

Merged
merged 5 commits into from Dec 13, 2023

Conversation

lacostej
Copy link
Collaborator

@lacostej lacostej commented Dec 13, 2023

I made a first pass at running rubocop on unused method parameters and found these. Also a little code indentation cleanup.

All changes are in individual commits.

More improvements on the same topic coming later.

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I see several green ci/circleci builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.
  • I've added or updated relevant unit tests.

Motivation and Context

Description

Testing Steps

@lacostej lacostej changed the title Fix some unused method parameters Remove some unused method parameters Dec 13, 2023
Copy link
Member

@rogerluan rogerluan left a comment

Choose a reason for hiding this comment

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

LGTM, just left a comment regarding a seemingly outdated comment, and potentially unnecessary changes to the Gemfile.lock 😊

I always like cleaning up dead code 😁

Gemfile.lock Outdated Show resolved Hide resolved
deliver/lib/deliver/upload_screenshots.rb Outdated Show resolved Hide resolved
frameit/lib/frameit/editor.rb Show resolved Hide resolved
Copy link
Member

@rogerluan rogerluan left a comment

Choose a reason for hiding this comment

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

🚀

@rogerluan rogerluan merged commit 9c4a7b4 into fastlane:master Dec 13, 2023
2 checks passed
SubhrajyotiSen pushed a commit to KeepTruckin/fastlane that referenced this pull request Jan 17, 2024
* Reformat code for readability

* Remove unused env parameter in cruise_lane calls

* Remove unused parameter

* Remove unused parameter

* Remove unused parameter
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.

None yet

2 participants