Skip to content

Expo/cursor#628

Closed
lposen wants to merge 3 commits intomasterfrom
expo/cursor
Closed

Expo/cursor#628
lposen wants to merge 3 commits intomasterfrom
expo/cursor

Conversation

@lposen
Copy link
Copy Markdown
Contributor

@lposen lposen commented Apr 7, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

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

@qlty-cloud-legacy
Copy link
Copy Markdown

❌ 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.

Comment thread example/Gemfile
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' No newline at end of file
Copy link
Copy Markdown

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]

@lposen lposen closed this Jul 2, 2025
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