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

[match] add imports, fix linting errors, rename env variable #20418

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

joshdholtz
Copy link
Member

@joshdholtz joshdholtz commented Jun 29, 2022

Motivation and Context

Cleanup from #20386 where some CI jobs didn't run lint errors weren't caught

Description

  • Lots of fixes from rubocop
  • Added some missing imports
  • Renamed environment variable from GITLAB_PROJECT to MATCH_GITLAB_PROJECT

@joshdholtz joshdholtz requested a review from getaaron June 29, 2022 02:47
api_v4_url: 'https://gitlab.example.com/api/v4',
project_id: 'sample/project',
private_token: 'abc123'
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this one be indented?

Copy link
Member Author

Choose a reason for hiding this comment

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

It probably should 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

But it doesn't make CI angry and I don't feel like waiting for CI to run again tonight so I'll let that one slide for now 😉

@@ -20,7 +24,7 @@ def create_subfolders(working_directory)
def destination_file_path
filename = @file.name.split('/').last

@file.name.gsub(filename, '').gsub(/^\//, '')
@file.name.gsub(filename, '').gsub(%r{^/}, '')
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@joshdholtz joshdholtz merged commit d407af5 into master Jun 29, 2022
@fastlane-bot
Copy link

Hey @joshdholtz 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a week, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀

@fastlane-bot
Copy link

Congratulations! 🎉 This was released as part of fastlane 2.207.0 🚀

@fastlane fastlane locked and limited conversation to collaborators Aug 30, 2022
@lacostej lacostej deleted the joshdholtz-fix-match-gitlab-lint-errors branch November 24, 2023 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants