Peekaboo/peekaboo-cli/Sources/peekaboo
Peter Steinberger e894210dbd Apply SwiftFormat and fix all SwiftLint violations
- Run SwiftFormat on all Swift files for consistent formatting
- Fix all critical SwiftLint violations:
  * Replace count > 0 with \!isEmpty
  * Use descriptive variable names instead of i, x, y
  * Replace % operator with isMultiple(of:)
  * Fix force try violations
  * Use trailing closure syntax
  * Replace for-if patterns with for-where
  * Fix line length violations
  * Use Data(_:) instead of .data(using:)\!
- Ensure zero SwiftLint errors for clean code quality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 00:18:23 +01:00
..
ApplicationFinder.swift Add Swift 6.0 version to SwiftFormat config and apply formatting 2025-05-25 18:45:20 +02:00
ImageCommand.swift Apply SwiftFormat changes 2025-06-07 22:58:07 +01:00
JSONOutput.swift Enhance error handling with specific exit codes and user-friendly messages 2025-06-07 22:44:07 +01:00
ListCommand.swift Apply SwiftFormat and fix all SwiftLint violations 2025-06-08 00:18:23 +01:00
Logger.swift Apply SwiftFormat and fix all SwiftLint violations 2025-06-08 00:18:23 +01:00
main.swift Prepare release 2025-05-27 00:21:29 +02:00
Models.swift Apply SwiftFormat and fix all SwiftLint violations 2025-06-08 00:18:23 +01:00
PermissionsChecker.swift Apply SwiftFormat changes 2025-06-07 22:58:07 +01:00
Version.swift Apply SwiftFormat and fix all SwiftLint violations 2025-06-08 00:18:23 +01:00
WindowManager.swift Add Swift 6.0 version to SwiftFormat config and apply formatting 2025-05-25 18:45:20 +02:00