Itembox Implementation #45
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
6s
Testing CodeEditTextView
/
Testing CodeEditTextView
Annotations
6 errors
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L314
Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L528
File should contain 400 lines or less: currently contains 528 (file_length)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L12
Line should be 120 characters or less; currently it has 139 characters (line_length)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L72
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint / SwiftLint:
Sources/CodeEditTextView/TextView/TextView+ItemBox.swift#L23
Type body should span 250 lines or less excluding comments and whitespace: currently spans 327 lines (type_body_length)
|
SwiftLint / SwiftLint
Process completed with exit code 2.
|