Skip to content

style: wrap long lines to stay within 120-char limit#20

Open
tannn wants to merge 1 commit into
mainfrom
nightshift/lint-fix-v2
Open

style: wrap long lines to stay within 120-char limit#20
tannn wants to merge 1 commit into
mainfrom
nightshift/lint-fix-v2

Conversation

@tannn
Copy link
Copy Markdown
Owner

@tannn tannn commented Apr 10, 2026

Summary

  • Wraps all lines exceeding 120 characters across 9 Swift source files
  • Uses string concatenation for long string literals, multi-line ?? chaining for Codable decode assignments, and argument splitting for SwiftUI modifiers
  • All changes are semantically equivalent to the originals; build verified clean with zero warnings

Files modified

  • FreeThinker/Core/Models/AppSettings.swift
  • FreeThinker/Core/Utilities/ErrorPresentationMapper.swift
  • FreeThinker/UI/Settings/AccessibilityHelpSettingsView.swift
  • FreeThinker/UI/Settings/ProvocationSettingsView.swift
  • FreeThinker/UI/FloatingPanel/FloatingPanelView.swift
  • FreeThinker/Core/Services/DefaultAIService.swift
  • FreeThinker/Core/Services/FoundationModelsAdapter.swift
  • FreeThinker/Core/Services/ProvocationOrchestrator.swift
  • FreeThinker/Core/Services/ProvocationPromptComposer.swift

Test plan

  • swift build completes with zero errors and zero warnings
  • No lines exceed 120 characters in any of the modified files

Nightshift-Task: lint-fix
Nightshift-Ref: https://github.com/marcus/nightshift

🤖 Generated with Claude Code


Automated by nightshift

Nightshift-Task: lint-fix
Nightshift-Ref: https://github.com/marcus/nightshift
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant