Skip to content

Commit 470152a

Browse files
author
Per Kops
committed
feat: supress MA0051 for test projects in dotnet8 distribution
1 parent 8c572c6 commit 470152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/dotnet8/test/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# https://www.meziantou.net/enforcing-asynchronous-code-good-practices-using-a-roslyn-analyzer.htm
2323
dotnet_diagnostic.MA0004.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/Meziantou/MA0004.md
2424
dotnet_diagnostic.MA0016.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/Meziantou/MA0016.md
25-
25+
dotnet_diagnostic.MA0051.severity = none # Method Length
2626

2727
# Microsoft - Code Analysis
2828
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/

0 commit comments

Comments
 (0)