Skip to content

Commit

Permalink
Fix MA0003 docs
Browse files Browse the repository at this point in the history
minimum_method_parameters not minimum_method_arguments
  • Loading branch information
DomasM authored and meziantou committed May 24, 2024
1 parent ef8775e commit fb20aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Rules/MA0003.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb20aee

Please sign in to comment.