Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Changes from 1 commit
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 BotProject/Templates/CSharp/BotProject.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Rule Id="SA1408" Action="Error" />
<Rule Id="SA1410" Action="Error" />
<Rule Id="SA1411" Action="Error" />
<Rule Id="SA1412" Action="Error" />
<Rule Id="SA1412" Action="None" /> <!-- StoreFilesAsUtf8BOM-->
<Rule Id="SA1413" Action="None" /> <!-- UseTrailingCommasInMultiLineInitializers-->
<Rule Id="SA1101" Action="None" /> <!-- PrefixLocalCallsWithThis -->
<Rule Id="SA1129" Action="None" /> <!-- DoNotUseDefaultValueTypeConstructor-->
Expand Down