Commit bbd8190
Lowercase app name, add CI and linter configs (#2)
* Lowercase app name, add CI workflow and linter configs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Reformat codebase to 2-space indentation via swift-format
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Use built-in swift format and SwiftLint action in CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix SwiftLint action version to v0.63.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Use pre-installed swiftlint on macOS runner
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Install swiftlint via brew in CI (not pre-installed on runner)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Relax SwiftLint rules for short identifiers and function length
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix redundant let, raise cyclomatic complexity threshold for parsers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Install Swift 6.2 toolchain in CI for package compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Restore let _ in ViewBuilder body, suppress swiftlint for that line
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a96c5d1 commit bbd8190
20 files changed
Lines changed: 1798 additions & 1732 deletions
File tree
- .github/workflows
- Sources
- DevtailKit
- devtail
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments