oclint-xcodebuild ------------------------------------------------------------------------------- !!! This project is no longer under maintenance by OCLint team! Please consider using xcpretty (https://github.com/supermarin/xcpretty). Basically, if your command looks like this xcodebuild oclint-xcodebuild Then replace it with xcodebuild | xcpretty -r json-compilation-database ------------------------------------------------------------------------------- Since OCLint recognizes a file called compile_commands.json to figure out the compiler options for parsing each file, oclint-xcodebuild is a helper program that converts xcodebuild log to compile_commands.json. Visit http://oclint.org/docs/manual/oclint-xcodebuild.html for documentation about using oclint-xcodebuild.
oclint/oclint-xcodebuild
A helper program that converts xcodebuild log to compile_commands.json
PythonBSD-3-Clause