SwiftLint fixes #48
Annotations
10 errors and 2 warnings
build:
Sources/Version-Control/Errors/ShellErrors.swift#L11
Line should be 200 characters or less; currently it has 450 characters (line_length)
|
build:
Sources/Version-Control/Errors/ShellErrors.swift#L12
Line should be 200 characters or less; currently it has 295 characters (line_length)
|
build:
Sources/Version-Control/Base/Core/Parsers/GitCherryPickParser.swift#L22
Force tries should be avoided (force_try)
|
build:
Sources/Version-Control/Errors/GitError.swift#L100
Line should be 120 characters or less; currently it has 193 characters (line_length)
|
build:
Sources/Version-Control/Errors/GitError.swift#L102
Line should be 120 characters or less; currently it has 140 characters (line_length)
|
build:
Sources/Version-Control/Errors/GitError.swift#L104
Line should be 120 characters or less; currently it has 191 characters (line_length)
|
build:
Sources/Version-Control/Errors/GitError.swift#L138
Line should be 120 characters or less; currently it has 130 characters (line_length)
|
build:
Sources/Version-Control/Errors/GitError.swift#L140
Line should be 120 characters or less; currently it has 135 characters (line_length)
|
build:
Sources/Version-Control/Errors/GitError.swift#L168
Line should be 120 characters or less; currently it has 122 characters (line_length)
|
build:
Sources/Version-Control/Base/Core/Parsers/PatchFormatterParser.swift#L235
When the index is not used, `.enumerated()` can be removed (unused_enumerated)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|