|
3 | 3 | ## dev branch / next version (2.x.x) |
4 | 4 |
|
5 | 5 | - **Breaking Change** split `OperatorWhitespaceCheck.functionArgPolicy` into `arrowFunctionPolicy`, `oldFunctionTypePolicy` and `newFunctionTypePolicy` [#467](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/467) |
6 | | -- **Breaking Change** using `--` for long options in cli |
| 6 | +- **Breaking Change** using `--` for long options in cli ([#472](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/472)) |
7 | 7 | - New check BlockBreakingConditional ([#471](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/471)) |
8 | | -- New check InlineFinal |
| 8 | +- New check InlineFinal ([#472](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/472)) |
9 | 9 | - Added `afterDocCommentField` to ExtendedEmptyLinesCheck ([#469](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/469)) |
10 | 10 | - Added thread support for eval target ([#469](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/469)) |
11 | 11 | - Added `allowTrailingComma` to SeparatorWhitespaceCheck and WhitespaceAfterCheck ([#470](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/470)) |
12 | | -- Added `FINAL` to ModifierOrder check |
| 12 | +- Added `FINAL` to ModifierOrder check default ([#472](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/472)) |
13 | 13 | - Fixed enum abstract detection in MagixNumber check, fixes [#104](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/104) ([#449](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/449)) |
14 | 14 | - Fixed indentation of `)`, fixes [#450](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/450) ([#451](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/451)) |
15 | 15 | - Fixed typedef extension (Haxe 3.x) [#452](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/452) |
|
23 | 23 | - Fixed suppression of UnnecessaryConstructor, fixes [#466](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/466) ([#467](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/467)) |
24 | 24 | - Fixed Java regexp issue in IndentationCheck ([#468](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/468)) |
25 | 25 | - Fixed empty lines between types with conditionals ([#469](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/469)) |
26 | | -- Fixed empty lines before comments with conditionals |
| 26 | +- Fixed empty lines before comments with conditionals ([#472](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/472)) |
27 | 27 | - Changed return block indentation [#453](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/453) |
28 | 28 | - Changed to use formatter [#461](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/461) |
29 | 29 | - Refactored coverage reporting [#462](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/462) |
|
0 commit comments