From fb20aeed8395451b676a51256a77e44289c747e3 Mon Sep 17 00:00:00 2001 From: DomasM Date: Sat, 25 May 2024 02:16:20 +0300 Subject: [PATCH] Fix MA0003 docs minimum_method_parameters not minimum_method_arguments --- docs/Rules/MA0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Rules/MA0003.md b/docs/Rules/MA0003.md index c3ee327f9..3a7b2cb88 100644 --- a/docs/Rules/MA0003.md +++ b/docs/Rules/MA0003.md @@ -19,7 +19,7 @@ obj.Test(name: null); ```` [.*cs] -MA0003.minimum_method_arguments = 1 # Only consider methods with 1 or more parameters +MA0003.minimum_method_parameters = 1 # Only consider methods with 1 or more parameters MA0003.expression_kinds = Null, Boolean, Numeric, String # Default: Null | Boolean # '|'-separated values of documentation comments https://github.com/dotnet/csharplang/blob/main/spec/documentation-comments.md#id-string-format