chore(lint deps): update linting dependencies #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.10.0
->4.12.1
9.17.0.82934
->9.24.0.89429
Release Notes
dotnet/roslynator (Roslynator.Analyzers)
v4.12.1
Changed
Last()
to[]
(RCS1246) (PR)Fixed
ILanguageService
(PR)v4.12.0
Added
Fixed
UnityEngine.SerializeField
attribute (PR)v4.11.0
Added
items.Select(selector).Average()
=>items.Average(selector)
items.Select(selector).Sum()
=>items.Sum(selector)
Fixed
var
are involved (PR by @jroessel)SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
v9.24.0.89429
: 9.24Compare Source
Hey everyone,
This release contains one new ASP.NET Rule (S6961) and several general improvements and fixes. Enjoy!
Improvements
Bug Fixes
False Positive
False Negative
v9.23.2.88755
: 9.23.2Compare Source
Hello, everyone!
Today we are doing a bug fix release that also addresses a couple of false positives. We deprecated VB support for S6931 and removed the rule from the "Sonar Way" quality profile for VB.
Special thanks to @Corniel for fixing #9019!
Bug fix
Improvements
False Positive
PropertyReference
does not learn from the underlying symbolv9.23.1.88495
: 9.23.1Compare Source
Bug Fixes
False Positive
v9.23.0.88079
: 9.23Compare Source
Hello everyone!
This release comes with two new rules for ASP.NET, false positive fixes, and other improvements.
A big thank you to @Corniel for their external contribution with #8898!
New Rules
False Positives
Other improvements and fixes
Array.Find
!
when transformingx == false
.v9.22.0.87781
: 9.22Compare Source
New Rules
private static readonly
[Non-SonarWay]False Positive
v9.21.0.86780
: 9.21Compare Source
New Rules
Improvements
Bug Fixes
False Positive
v9.20.0.85982
: 9.20Compare Source
Hey everyone!
This release brings a vast number of improvements. The main focus lies on improving the capabilities of our Symbolic Execution engine, which results in much more accurate findings. The biggest visible impact is a significant reduction in false positives around loops for the rules S2583 and S2589.
And a big thank you to @rcatley for their external contribution!
Bug Fixes
SonarAnalyzer.Rules.CSharp.SymbolicExecutionRunner
False Positive
False Negative
Improvements
v9.19.0.84025
: 9.19Compare Source
Hello,
small release to enhance the deprecation warning before SonarQube v.10.4, explicitly notifying users analyzing with MSBuild 14 that it's no longer supported while maintaining the deprecation status for MSBuild 15.
Furthermore, we've also introduced three improvements to our rules:
Improvements
set
andinit
and empty local functionsv9.18.0.83559
: 9.18Compare Source
Hi everyone!
This release focuses on fixing false positives and on general improvements that will be included in the upcoming SonarQube 10.4.
False Positive
Improvements
Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.