Skip to content

feat: add SwiftLint and ktlint for native code linting#54

Merged
mfazekas merged 1 commit into
mainfrom
feat/native-linting
Nov 28, 2025
Merged

feat: add SwiftLint and ktlint for native code linting#54
mfazekas merged 1 commit into
mainfrom
feat/native-linting

Conversation

@mfazekas
Copy link
Copy Markdown
Collaborator

@mfazekas mfazekas commented Nov 28, 2025

Summary

  • Add SwiftLint for iOS code linting
  • Add ktlint for Android/Kotlin code linting
  • Add local lint scripts: yarn lint:swift, yarn lint:kotlin, yarn lint:native
  • Auto-fix minor style issues (semicolons, trailing commas, brace spacing, etc.)

Test plan

  • yarn lint:swift passes locally
  • yarn lint:kotlin passes locally
  • CI lint-swift job passes
  • CI lint-kotlin job passes

- Add SwiftLint CI job (runs on Ubuntu)
- Add ktlint CI job (runs on Ubuntu)
- Add local lint scripts: yarn lint:swift, yarn lint:kotlin, yarn lint:native
- Auto-fix minor style issues in Swift and Kotlin code
@mfazekas mfazekas requested a review from HayesGordon November 28, 2025 15:16
Copy link
Copy Markdown
Contributor

@HayesGordon HayesGordon left a comment

Choose a reason for hiding this comment

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

LGTM! Great idea

@mfazekas mfazekas merged commit 080bac3 into main Nov 28, 2025
7 checks passed
@HayesGordon HayesGordon deleted the feat/native-linting branch December 9, 2025 16:24
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