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
My Fastfile is placed in the /ci folder. Then the swiftlint.txt is situated in the ci/reports/ folder.
A extract of my swiftlint.txt :
/Users/user/Documents/Man/man/Models/MPKeyConstant.swift:10:1: warning: Type Body Length Violation: Type body should span 300 lines or less excluding comments and whitespace: currently spans 353 lines (type_body_length)
/Users/user/Documents/Man/man/Pods/JTAppleCalendar/Sources/JTAppleCalendarView.swift:110:28: warning: Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
...
New Issue Checklist
Issue Description
Hi, I have a problem with swiftlint. I use Fastlane.
Here is my lane :
My Fastfile is placed in the
/ci
folder. Then the swiftlint.txt is situated in theci/reports/
folder.A extract of my swiftlint.txt :
When i launch the lane, i have the error :
I don't know why because my sonar-project.properties seems to be correct.
Thank you for your help
The text was updated successfully, but these errors were encountered: