add swiftlint #1
Annotations
4 errors and 1 warning
swiftlint:
PortalBook/Utils/CalendarHelper.swift#L24
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
swiftlint:
PortalBook/Utils/CalendarHelper.swift#L25
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
swiftlint:
PortalBook/Utils/CalendarHelper.swift#L26
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
|
swiftlint:
PortalBook/Extensions/String+stringByDecodingHTMLEntities.swift#L11
Private over Fileprivate Violation: Prefer `private` over `fileprivate` declarations (private_over_fileprivate)
|
swiftlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|