[0.47.1] - 2022-09-07
Fixed
- Do not add trailing comma in empty parameter/argument list with comments (
trailing-comma-on-call-site
,trailing-comma-on-declaration-site
) (#1602) - Fix class cast exception when specifying a non-string editorconfig setting in the default ".editorconfig" (#1627)
- Fix indentation before semi-colon when it is pushed down after inserting a trailing comma (#1609)
- Do not show deprecation warning about property "disabled_rules" when using CLi-parameter
--disabled-rules
(#1599) - Traversing directory hierarchy at Windows (#1600)
- Ant-style path pattern support (#1601)
- Apply
@file:Suppress
on all toplevel declarations (#1623)
Changed
- Display warning instead of error when no files are matched, and return with exit code 0. (#1624)