Skip to content

0.10.1

Compare
Choose a tag to compare
@Jeehut Jeehut released this 27 May 09:38
· 22 commits to main since this release

Update Notice: After upgrading AnyLint via brew upgrade anylint you should run swift-sh --clean-cache to ensure the AnyLint library in your script gets the latest update, too. Alternatively, specify the version explicitly in your lint.swift file via import AnyLint // [email protected] (note the @0.10.1 suffix).

Changed

  • Improved output color & formatting of new --measure option for printing execution time per check.
    Author: Cihat Gündüz

Fixed

  • New --measure option did not work when no violations were found, now also prints when all checks succeed.
    Author: Cihat Gündüz