The version 4.0.0-beta.7 release of configlet focuses on improving the behavior of configlet sync
and has two main features:
1. sync: always add include = false
when appropriate
When updating and including new test cases with configlet sync -u --tests include
,
configlet will now add include = false
to any test that was reimplemented by a just-added test.
2. sync: ignore track-deprecated practice exercises
configlet sync
no longer reports (or updates) a practice exercise that is both unsynced and deprecated on the track.
There are also some minor improvements, which you can find in the full release notes.
Huge thanks to @ee7-1282 for creating this release.