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

[ci] fix linter issues that slipped to master due to CI issue #21747

Merged
merged 2 commits into from Dec 20, 2023

Conversation

rogerluan
Copy link
Member

@rogerluan rogerluan commented Dec 20, 2023

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)

Motivation and Context

This PR fixes these issues:

image image

Which got introduced when we merged #21707 after CircleCI was broken in #21735

Description

Simple lint fix with an added improvement to avoid unnecessary string interpolation.

Testing Steps

This PR won't have the CircleCI checks (e.g. linter) until #21746 is merged, and #21746 won't be mergeable until this PR gets merged because it will fail lint. Cyclic dependency :P let's just get this one merged, which's quite safe, so we can evaluate #21746 after.

Here's proof I tested this:

bundle exec rubocop
image
bundle exec fastlane validate_docs
image
bundle exec rspec
image

@AliSoftware
Copy link
Contributor

Note that once again, CircleCI didn't run on this PR. In fact I tried but couldn't find the head branch of this PR when I tried filtering to find it in CircleCI
image

@rogerluan
Copy link
Member Author

It won't run @AliSoftware , it doesn't include the fix from the other PR #21746. We have to merge this one in first (I made all the checks locally and attached screenshots in the PR description), and I'll rebase the other PR to include these changes to make sure everything checks out :)

@rogerluan rogerluan merged commit 9b03e5e into master Dec 20, 2023
4 checks passed
@rogerluan rogerluan deleted the rogerluan/fix-linter-issue-in-master branch December 20, 2023 17:52
SubhrajyotiSen pushed a commit to KeepTruckin/fastlane that referenced this pull request Jan 17, 2024
…ne#21747)

* Fix linter issue that slipped to master, and simplify string declaration.

* Fix syntax issue in example code caught by docs validation.
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.

None yet

2 participants