静态分析工具 Oclint 实操

一、安装

brew tap oclint/formulae
brew install oclint

二、使用 在项目文件目录下

oclint -report-type html -o AddNotesViewController-report.html AddNotesViewController.m

三、结果分析

OCLint Report

Summary

Total Files Files with Violations Priority 1 Priority 2 Priority 3 Compiler Errors Compiler Warnings Clang Static Analyzer
0 0 0 0 0 1 0 0

Details

File Location Rule Name Rule Category Priority Message
/Users/maochengfang/Documents/CRZY/CRZY/Pages/Cums/AddNotesViewController.h 8:9 compiler error   error 'CRZYBaseViewContrl.h' file not found

Wed May 12 17:53:04 2021 | Generated with OCLint v20.11.

你可能感兴趣的:(个人OC知识梳理)