We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5993e9e commit 3ff8968Copy full SHA for 3ff8968
CHANGELOG.md
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- `TooManyDefaultParameters` analysis rule, which flags routines with an excessive number of default parameters.
13
14
### Changed
15
16
- `EmptyBlock` now ignores all empty blocks containing an explanatory comment.
17
+- `TooManyParameters` now flags routine declarations instead of implementations, improving support for methods
18
+that are virtual, abstract, or on an interface.
19
20
## [1.17.2] - 2025-07-03
21
0 commit comments