[codex] Add on-demand high-fidelity skills #722
Annotations
10 warnings
|
Run SwiftLint:
Packages/OsaurusCore/Tools/SchemaValidator.swift#L166
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/SchemaValidator.swift#L100
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/MCPProviderTool.swift#L259
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/MCPProviderTool.swift#L198
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/ToolEnvelope.swift#L293
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/ToolEnvelope.swift#L274
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/ToolEnvelope.swift#L61
Prefer non-optional booleans over optional booleans (discouraged_optional_boolean)
|
|
Run SwiftLint:
Packages/OsaurusCore/AppDelegate.swift#L168
Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
|
|
Run SwiftLint:
Packages/OsaurusCore/AppDelegate.swift#L854
Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
Run SwiftLint:
Packages/OsaurusCore/Tools/SandboxPluginTool.swift#L112
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Loading