Skip to content

Commit

Permalink
-Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerhachevAndrii committed Mar 13, 2024
1 parent 3d692ac commit d3a304f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> excludeNames;

Expand Down

0 comments on commit d3a304f

Please sign in to comment.