We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570dcf3 commit 08809dcCopy full SHA for 08809dc
1 file changed
CHANGELOG.md
@@ -12,6 +12,13 @@
12
13
### Enhancements
14
15
+* Extend `redundant_self_in_closure` rule to detect all redundant uses of `self`,
16
+ not just in closures. Initializers (which commonly prefer an explicit `self` prefix)
17
+ can be ignored by setting `ignore_initializers` to `true`. The rule has been renamed
18
+ to `redundant_self` (with `redundant_self_in_closure` as a deprecated alias) to reflect
19
+ its now broader scope.
20
+ [SimplyDanny](https://github.com/SimplyDanny)
21
+
22
* Add a `separation` configuration option to the `vertical_whitespace_between_cases` rule
23
to allow customizing blank line separation between switch cases. The default value is
24
`always` (require at least one blank line). Setting it to `never` enforces no blank
0 commit comments