Releases: FlineDev/AnyLint
Releases · FlineDev/AnyLint
0.2.0
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. Requiresarguments: CommandLine.arguments
as parameters tologSummary
in config file.
Issue: #4 | PR: #8 | Author: Cihat Gündüz
0.1.1
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 inblank
template.
Author: Cihat Gündüz