Skip to content

Commit

Permalink
Merge pull request #609 from Particular/GitHubSync-20210209-223053
Browse files Browse the repository at this point in the history
GitHubSync update - release-6.1
  • Loading branch information
adamralph authored Feb 10, 2021
2 parents 78d263b + 5bc49e8 commit eb8e966
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 eb8e966

Please sign in to comment.