feat: clang format #2
Annotations
10 errors
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorViewManager.swift#L11
Type Name Violation: Type name 'AdvancedTextInputMaskDecoratorViewManager' should be between 3 and 40 characters long (type_name)
|
Run SwiftLint GitHub Action (--strict):
ios/extentions/Notations.swift#L6
Force Cast Violation: Force casts should be avoided (force_cast)
|
Run SwiftLint GitHub Action (--strict):
ios/extentions/Notations.swift#L7
Force Cast Violation: Force casts should be avoided (force_cast)
|
Run SwiftLint GitHub Action (--strict):
ios/extentions/Notations.swift#L8
Force Cast Violation: Force casts should be avoided (force_cast)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L167
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L178
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L166
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L177
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L93
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
|
Run SwiftLint GitHub Action (--strict):
ios/AdvancedTextInputMaskDecoratorView.swift#L124
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
|
Loading