Skip to content

Commit

Permalink
GitHubSync update - release-6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
particularbot6 committed Feb 9, 2021
1 parent 78d263b commit 5bc49e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ insert_final_newline = false
#### Code quality analysis

dotnet_diagnostic.CA2007.severity = error
dotnet_diagnostic.CA2016.severity = error


#### .NET Coding Conventions ####
Expand Down Expand Up @@ -329,4 +330,4 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
dotnet_naming_style.begins_with_i.required_prefix = I
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case
dotnet_naming_style.begins_with_i.capitalization = pascal_case

0 comments on commit 5bc49e8

Please sign in to comment.