Skip to content

Commit 6119509

Browse files
Infra-Workleapgithub-actions[bot]meziantou
authored
chore(deps): update dependency meziantou.analyzer to 2.0.197 (#92)
* chore(deps): update dependency meziantou.analyzer to 2.0.197 * Update configuration --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Gérald Barré <[email protected]>
1 parent f64a9fb commit 6119509

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Workleap.DotNet.CodingStandards.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<copyright>Copyright © Workleap</copyright>
1414
<repository type="git" url="$RepositoryUrl$" commit="$RepositoryCommit$" branch="$RepositoryBranch$" />
1515
<dependencies>
16-
<dependency id="Meziantou.Analyzer" version="2.0.195" />
16+
<dependency id="Meziantou.Analyzer" version="2.0.197" />
1717
<dependency id="Microsoft.CodeAnalysis.BannedApiAnalyzers" version="3.3.4" />
1818
<dependency id="Microsoft.CodeAnalysis.NetAnalyzers" version="9.0.0" />
1919
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.556" />

src/files/analyzers/Analyzer.Meziantou.Analyzer.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,3 +832,8 @@ dotnet_diagnostic.MA0166.severity = suggestion
832832
# Enabled: False, Severity: suggestion
833833
dotnet_diagnostic.MA0167.severity = none
834834

835+
# MA0168: Use readonly struct for in or ref readonly parameter
836+
# Help link: https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0168.md
837+
# Enabled: False, Severity: suggestion
838+
dotnet_diagnostic.MA0168.severity = none
839+

0 commit comments

Comments
 (0)