google/EarlGrey

View on GitHub
Demo/EarlGreyExample/EarlGreyExampleSwift/ViewController.swift

Summary

Maintainability
A
1 hr
Test Coverage

Function viewDidLoad has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  override func viewDidLoad() {
    super.viewDidLoad()

    // Create the send message view to contain one of the two send buttons
    let sendMessageView = SendMessageView(frame: CGRect(x: 0, y: 0, width: 200, height: 200))
Severity: Minor
Found in Demo/EarlGreyExample/EarlGreyExampleSwift/ViewController.swift - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status