Skip to content

Commit

Permalink
Update .globalconfig and .stylecop.json with dotnet-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed May 17, 2024
1 parent d74a11e commit 26ace94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,10 @@ dotnet_diagnostic.SA1625.severity = error
dotnet_diagnostic.SA1626.severity = error
dotnet_diagnostic.SA1627.severity = error
dotnet_diagnostic.SA1629.severity = error
dotnet_diagnostic.SA1633.severity = none
dotnet_diagnostic.SA1633.severity = error
dotnet_diagnostic.SA1634.severity = none
dotnet_diagnostic.SA1635.severity = none
dotnet_diagnostic.SA1636.severity = none
dotnet_diagnostic.SA1635.severity = error
dotnet_diagnostic.SA1636.severity = error
dotnet_diagnostic.SA1637.severity = none
dotnet_diagnostic.SA1638.severity = none
dotnet_diagnostic.SA1639.severity = none
Expand Down
8 changes: 4 additions & 4 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 = e8b6d2e00d7720592fe9740777eafcb219d9a613
etag = d9c8f0bf4802deeedff637bbff0e0164bbbc6986bb5c1c8cd4301dde2692fce4
sha = 262d7be2a896f65309d9e5e17268156b249869c5
etag = 4690845209e0695006d591bc944fe99f4fce2ffd3a7ee440cfb4c75d530b062c
weak
[file ".markdownlint.json"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.markdownlint.json
Expand All @@ -35,8 +35,8 @@
weak
[file ".stylecop.json"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.stylecop.json
sha = 7564f93a3f323078847afab4f4dab53d1e83ba89
etag = 80305e980785a5aa4b5d64f4fc68f408b8b2093cb010d9f6b76943a4290511ca
sha = 1d33365aede3d3f3f449ad6d3943ea216db25659
etag = 95937069a9ce08abdbeb2ba63b68ca29a66ac81a62962eb72b2098e3a67131c2
weak
[file "LICENSE-0BSD"]
url = https://github.com/vezel-dev/.github/blob/master/syn/LICENSE-0BSD
Expand Down
4 changes: 2 additions & 2 deletions .stylecop.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"documentationRules": {
"companyName": "Vezel",
"copyrightText": "Copyright © {companyName} Contributors. Licensed under the terms found in the repository license file.",
"headerDecoration": "---------------------------------------------------------------------------",
"copyrightText": "SPDX-License-Identifier: 0BSD",
"headerDecoration": "",
"xmlHeader": false,
"fileNamingConvention": "metadata",
"documentationCulture": "en-US",
Expand Down

0 comments on commit 26ace94

Please sign in to comment.