Skip to content

Commit

Permalink
Disable RCS1080 by default (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Nov 6, 2022
1 parent 9a20f8e commit aeaae47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Disable [RCS1080](https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1080.md) by default ([#980](https://github.com/josefpihrt/roslynator/pull/980).

## [4.1.2] - 2022-10-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Analyzers/Analyzers.xml
Expand Up @@ -1942,7 +1942,7 @@ object x = queue.Peek();]]></After>
<MessageFormat>Use '{0}' property instead of 'Any' method.</MessageFormat>
<Category>Performance</Category>
<DefaultSeverity>Info</DefaultSeverity>
<IsEnabledByDefault>true</IsEnabledByDefault>
<IsEnabledByDefault>false</IsEnabledByDefault>
<Samples>
<Sample>
<Before><![CDATA[if (list.Any()) // [|Id|]
Expand Down

0 comments on commit aeaae47

Please sign in to comment.