Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleexiang/59827b3a0498a1142ef60ef92684c0d1 to your computer and use it in GitHub Desktop.
Save cleexiang/59827b3a0498a1142ef60ef92684c0d1 to your computer and use it in GitHub Desktop.
source ~/.bash_profile
cd ${SRCROOT}
/path/to/xctool.sh -reporter json-compilation-database:compile_commands.json clean
/path/to/xctool.sh -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