Skip to content

Upgrade SwiftLint to 0.63.3#107

Merged
cyanzhong merged 1 commit into
mainfrom
develop
Jun 3, 2026
Merged

Upgrade SwiftLint to 0.63.3#107
cyanzhong merged 1 commit into
mainfrom
develop

Conversation

@cyanzhong

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the BuildTools SwiftLint binary to v0.63.3 and applies small Swift code adjustments (primarily switching to Self type references) to align with the updated linting behavior/style expectations.

Changes:

  • Bump SwiftLint binary artifact from 0.63.1 to 0.63.3 (URL + checksum) in BuildTools.
  • Replace explicit type names with Self in a few extensions (URL / NSPasteboard / NSImage) to satisfy linting rules without changing behavior.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
TextGrabber2/Sources/Extensions/URL+Extension.swift Uses Self(...) for URL initialization in the extension (no functional change).
TextGrabber2/Sources/Extensions/NSPasteboard+Extension.swift Uses Self.PasteboardType in the dictionary initialization inside the pasteboard helper.
TextGrabber2/Sources/Extensions/NSImage+Extension.swift Uses Self for symbol image creation and symbol configuration type reference.
BuildTools/Package.swift Updates SwiftLint binary artifact URL and checksum to 0.63.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cyanzhong cyanzhong merged commit 0ac0106 into main Jun 3, 2026
2 checks passed
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.

2 participants