Skip to content

Expo/cursor #628

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Expo/cursor #628

wants to merge 3 commits into from

Conversation

lposen
Copy link
Contributor

@lposen lposen commented Apr 7, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

Copy link

codeclimate bot commented Apr 7, 2025

❌ 8 blocking issues (8 total)

Tool Category Rule Count
rubocop Style Incorrect formatting, autoformat by running `qlty fmt`. 6
rubocop Lint Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `concurrent-ruby` should appear before `xcodeproj`. 1
rubocop Style Final newline missing. 1

@qltysh one-click actions:

  • Auto-fix formatting (qlty fmt && git push)

This is from Qlty Cloud, the successor to Code Climate Quality. Learn more.

@@ -6,3 +6,5 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
Copy link

Choose a reason for hiding this comment

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

Found 2 issues:

1. Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem concurrent-ruby should appear before xcodeproj. [rubocop:Bundler/OrderedGems]


2. Final newline missing. [rubocop:Layout/TrailingEmptyLines]

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.

1 participant