Skip to content

Instantly share code, notes, and snippets.

@alanf
Created December 5, 2013 22:06
Show Gist options
  • Save alanf/7814854 to your computer and use it in GitHub Desktop.
Save alanf/7814854 to your computer and use it in GitHub Desktop.
cd ${SRCROOT}
rm compile_commands.json
/Users/af/Development/xctool/xctool.sh -scheme lintapp -project lintapp.xcodeproj -reporter json-compilation-database:compile_commands.json clean
/Users/af/Development/xctool/xctool.sh -scheme lintapp -project lintapp.xcodeproj -reporter json-compilation-database:compile_commands.json build
oclint-json-compilation-database | sed 's/\(.*\.\m\{1,2\}:[0-9]*:[0-9]*:\)/\1 warning:/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment