Commit 9fc45bd
Enable SwiftLint rule: empty_count
Prefer `.isEmpty` over comparing `.count` to zero.
1 auto-fixed violation in `SPNoteListViewController+Extensions.swift`.
Part of the Orchard SwiftLint rollout campaign.
---
Generated with the help of Claude Code, https://claude.ai/code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 642575a commit 9fc45bd
File tree
2 files changed
+4
-1
lines changed- Simplenote/Classes
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments