Skip to content

Commit

Permalink
Update .globalconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 13, 2024
1 parent fa6df3a commit 0a06728
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ csharp_style_var_elsewhere = true
csharp_style_var_for_built_in_types = true
csharp_style_var_when_type_is_apparent = true
csharp_using_directive_placement = outside_namespace

dotnet_code_quality_unused_parameters = all
dotnet_separate_import_directive_groups = false
dotnet_sort_system_directives_first = true
Expand Down Expand Up @@ -111,6 +112,8 @@ dotnet_style_qualification_for_property = false
dotnet_style_readonly_field = true
dotnet_style_require_accessibility_modifiers = always

dotnet_public_api_analyzer.require_api_files = true

dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none # TODO: https://github.com/dotnet/roslyn/issues/41640

dotnet_diagnostic.CA1000.severity = none
Expand Down Expand Up @@ -522,6 +525,29 @@ dotnet_diagnostic.IDE0305.severity = error
dotnet_diagnostic.IDE1005.severity = error
dotnet_diagnostic.IDE1006.severity = error

dotnet_diagnostic.RS0016.severity = error
dotnet_diagnostic.RS0017.severity = error
dotnet_diagnostic.RS0022.severity = error
dotnet_diagnostic.RS0024.severity = error
dotnet_diagnostic.RS0025.severity = error
dotnet_diagnostic.RS0026.severity = none
dotnet_diagnostic.RS0027.severity = error
dotnet_diagnostic.RS0036.severity = error
dotnet_diagnostic.RS0037.severity = error
dotnet_diagnostic.RS0041.severity = error
dotnet_diagnostic.RS0048.severity = error
dotnet_diagnostic.RS0050.severity = error
dotnet_diagnostic.RS0051.severity = none
dotnet_diagnostic.RS0052.severity = none
dotnet_diagnostic.RS0053.severity = none
dotnet_diagnostic.RS0054.severity = none
dotnet_diagnostic.RS0055.severity = none
dotnet_diagnostic.RS0056.severity = none
dotnet_diagnostic.RS0057.severity = none
dotnet_diagnostic.RS0058.severity = none
dotnet_diagnostic.RS0059.severity = none
dotnet_diagnostic.RS0060.severity = none
dotnet_diagnostic.RS0061.severity = none
dotnet_diagnostic.RS1001.severity = error
dotnet_diagnostic.RS1002.severity = error
dotnet_diagnostic.RS1003.severity = error
Expand Down
4 changes: 2 additions & 2 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
weak
[file ".globalconfig"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.globalconfig
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = 3405ebba188d6ed7dccc083f72e2212603ed57f8382de928dd6c45ad7cd63178
sha = e8b6d2e00d7720592fe9740777eafcb219d9a613
etag = d9c8f0bf4802deeedff637bbff0e0164bbbc6986bb5c1c8cd4301dde2692fce4
weak
[file ".markdownlint.json"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.markdownlint.json
Expand Down

0 comments on commit 0a06728

Please sign in to comment.