problemMessage static method

String problemMessage(
  1. int limit
)

Formats lint warning message.

Implementation

static String problemMessage(int limit) =>
    'The number of lines in the file exceeds $limit. Try '
    'reducing the number of lines.';