LinesLongerThan constructor
LinesLongerThan(
- CustomLintConfigs configs
Implementation
LinesLongerThan(this.configs)
: super(
code: LintCode(
name: ruleName,
problemMessage: 'The line length exceeds the ${_retrieveCharsLimit(configs).charsLimit}'
'-character limit. Try breaking the line across multiple lines.',
),
);