Skip to content

Releases: FlineDev/AnyLint

0.2.0

10 Apr 21:59
Compare
Choose a tag to compare

Added

  • Added new -x / --xcode option to print out warnings & errors in an Xcode-compatible manner to improve user experience when used with an Xcode build script. Requires arguments: CommandLine.arguments as parameters to logSummary in config file.
    Issue: #4 | PR: #8 | Author: Cihat Gündüz

0.1.1

23 Mar 11:25
Compare
Choose a tag to compare

Added

  • Added two simple lint check examples in first code sample in README. (Thanks for the pointer, Dave!)
    Author: Cihat Gündüz

Changed

  • Changed CheckInfo id casing convention from snake_case to UpperCamelCase in blank template.
    Author: Cihat Gündüz

0.1.0

22 Mar 21:48
Compare
Choose a tag to compare

Initial public release.