Move changelog entries to correct sections
This commit is contained in:
parent
ac44fe23b6
commit
7f9dd69c62
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -16,11 +16,22 @@
|
|||
[JP Simard](https://github.com/jpsim)
|
||||
[#4558](https://github.com/realm/SwiftLint/issues/4558)
|
||||
|
||||
* Don't trigger `shorthand_operator` violations inside a shorthand operator
|
||||
function declaration.
|
||||
* Don't trigger `shorthand_operator` violations inside a shorthand
|
||||
operator function declaration.
|
||||
[Marcelo Fabri](https://github.com/marcelofabri)
|
||||
[#4611](https://github.com/realm/SwiftLint/issues/4611)
|
||||
|
||||
* The `balanced_xctest_lifecycle`, `single_test_class`,
|
||||
`empty_xctest_method` and `test_case_accessibility` rules will now be
|
||||
applied to subclasses of `QuickSpec`, as well as `XCTestCase`, by
|
||||
default.
|
||||
[Martin Redington](https://github.com/mildm8nnered)
|
||||
|
||||
* Add `test_parent_classes` option to `balanced_xctest_lifecycle`,
|
||||
`single_test_class` and `empty_xctest_method` rules.
|
||||
[Martin Redington](https://github.com/mildm8nnered)
|
||||
[#4200](https://github.com/realm/SwiftLint/issues/4200)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* Fix false positives in `empty_enum_arguments` when the called expression
|
||||
|
@ -105,10 +116,6 @@
|
|||
SwiftLintFramework. This only impacts the programmatic API for the
|
||||
SwiftLintFramework module.
|
||||
[JP Simard](https://github.com/jpsim)
|
||||
* The `balanced_xctest_lifecycle`, `single_test_class`, `empty_xctest_method` and
|
||||
`test_case_accessibility` rules will now be applied to subclasses of `QuickSpec`,
|
||||
as well as `XCTestCase`, by default.
|
||||
[Martin Redington](https://github.com/mildm8nnered)
|
||||
|
||||
#### Experimental
|
||||
|
||||
|
@ -350,11 +357,6 @@
|
|||
* Print violations in realtime if `--progress` and `--output` are both set.
|
||||
[JP Simard](https://github.com/jpsim)
|
||||
|
||||
* Add `test_parent_classes` option to `balanced_xctest_lifecycle`, `single_test_class`
|
||||
and `empty_xctest_method` rules.
|
||||
[Martin Redington](https://github.com/mildm8nnered)
|
||||
[#4200](https://github.com/realm/SwiftLint/issues/4200)
|
||||
|
||||
* Trigger `prefer_self_in_static_references` rule on more type references like:
|
||||
* Key paths (e.g. `\MyType.myVar` -> `\Self.myVar`)
|
||||
* Computed properties (e.g. `var i: Int { MyType.myVar )` -> `var i: Int { Self.myVar }`)
|
||||
|
|
Loading…
Reference in New Issue