Itembox Implementation #46
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
7s
Testing CodeEditTextView
/
Testing CodeEditTextView
Annotations
6 errors
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L283
Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L495
File should contain 400 lines or less: currently contains 495 (file_length)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L13
Line should be 120 characters or less; currently it has 139 characters (line_length)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L73
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L24
Type body should span 250 lines or less excluding comments and whitespace: currently spans 307 lines (type_body_length)
|
SwiftLint / SwiftLint
Process completed with exit code 2.
|