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 87dd8df commit 574b473Copy full SHA for 574b473
CHANGELOG.md
@@ -11,10 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- `ObjectPassedAsInterface` analysis rule, which detects object references that are passed directly as
13
an interface to a routine.
14
+- `TooManyDefaultParameters` analysis rule, which flags routines with an excessive number of default parameters.
15
16
### Changed
17
18
- `EmptyBlock` now ignores all empty blocks containing an explanatory comment.
19
+- `TooManyParameters` now flags routine declarations instead of implementations, improving support for methods
20
+that are virtual, abstract, or on an interface.
21
22
## [1.17.2] - 2025-07-03
23
0 commit comments