Skip to content

Commit

Permalink
Merge pull request #115 from Lombiq/renovate/all-packages
Browse files Browse the repository at this point in the history
Update All packages
  • Loading branch information
Piedone authored Feb 3, 2025
2 parents 71ac5e9 + e0b8d37 commit 48f32a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Lombiq.Analyzers/AnalyzerPackages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<ItemGroup>
<AnalyzerPackage Include="AsyncFixer" Version="1.6.0"/>
<AnalyzerPackage Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59"/>
<AnalyzerPackage Include="Meziantou.Analyzer" Version="2.0.183"/>
<AnalyzerPackage Include="Meziantou.Analyzer" Version="2.0.186"/>
<AnalyzerPackage Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.10.0"/>
<AnalyzerPackage Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0"/>
<AnalyzerPackage Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19"/>
<AnalyzerPackage Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<AnalyzerPackage Include="SonarAnalyzer.CSharp" Version="10.4.0.108396"/>
<AnalyzerPackage Include="SonarAnalyzer.CSharp" Version="10.6.0.109712"/>
<AnalyzerPackage Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
</ItemGroup>

Expand Down
7 changes: 7 additions & 0 deletions Lombiq.Analyzers/SonarLint.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<AnalysisInput>
<Settings>
<!-- Razor code analysis has at least one unavoidable breaking bug
(https://community.sonarsource.com/t/s3353-false-positive-for-razor-inject/134400) and violations can't be
suppressed (https://github.com/SonarSource/sonar-dotnet/issues/8050). So, not using it until these are fixed. -->
<Setting>
<Key>sonar.cs.analyzeRazorCode</Key>
<Value>false</Value>
</Setting>
</Settings>
<Rules>
<Rule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.1.1-alpha.0.osoe-815">
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.1.1-alpha.2.osoe-984">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@
],
enabled: false,
},
{
groupName: 'All packages',
matchUpdateTypes: ['*'],
},
],
}

0 comments on commit 48f32a6

Please sign in to comment.