From d3a304f8f02c9413f799929904ee918a2d8cfebd Mon Sep 17 00:00:00 2001 From: Andrii Date: Wed, 13 Mar 2024 15:18:06 +0200 Subject: [PATCH] -Fixed formatting --- .../models/function_lines_of_code_parameters.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/lints/function_lines_of_code/models/function_lines_of_code_parameters.dart b/lib/src/lints/function_lines_of_code/models/function_lines_of_code_parameters.dart index 86276f7..3a8185e 100644 --- a/lib/src/lints/function_lines_of_code/models/function_lines_of_code_parameters.dart +++ b/lib/src/lints/function_lines_of_code/models/function_lines_of_code_parameters.dart @@ -4,6 +4,7 @@ class FunctionLinesOfCodeParameters { /// Maximum allowed number of lines of code (LoC) per function, /// exceeding this limit triggers a warning. final int maxLines; + /// Method names to be excluded from the rule check final List excludeNames;