You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running: swift format lint --strict --configuration .swift-format --recursive .
returns the following: MySubjectsClientTests.swift:7:16: warning: [AlwaysUseLowerCamelCase] rename the function 'getData_returnsMySubjectResponse_onSuccess' using lowerCamelCase
Running:
swift format lint --strict --configuration .swift-format --recursive .
returns the following:
MySubjectsClientTests.swift:7:16: warning: [AlwaysUseLowerCamelCase] rename the function 'getData_returnsMySubjectResponse_onSuccess' using lowerCamelCase
Documentation states that:
.swift-format
MySubjectsClientTests.swift
also doesn't seem to recognise when
import XCTest
is present.Seems fine with rules like
NeverUseForceTry
which also do not apply to test code.Swift version 6.0.1 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
swift format -v
mainThe text was updated successfully, but these errors were encountered: