Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

docs: change name of metric number-of-arguments to number-of-parameters #670

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Basic config example:
dart_code_metrics:
metrics:
cyclomatic-complexity: 20
number-of-arguments: 4
number-of-parameters: 4
maximum-nesting-level: 5
metrics-exclude:
- test/**
Expand Down