Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Longyi Qi committed Dec 14, 2012
1 parent b100469 commit 86d8a8f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
@@ -1,11 +1,2 @@
OCLint is a [static source code analysis](http://en.wikipedia.org/wiki/Static_program_analysis) tool for improving quality and reducing defects by inspecting Objective-C/C++/C code and looking for potential problems like:
# This repository has been moved to http://github.com/oclint/oclint

* Possible bugs - empty if/else/try/catch/finally statements
* Unused code - unused local variables and parameters
* Complicated code - high cyclomatic complexity and NPath complexity
* Code smells - long method, long parameter list, redundant code
* ...

Currently, it is a standalone tool that runs on 64-bit Intel Mac OS X 10.6+, and could be invoked from command line. Read more from [http://oclint.org](http://oclint.org).

If you want to help out, fork this repository and send a pull request. And I'll always be [happy to help](http://www.longyiqi.com/contact).

0 comments on commit 86d8a8f

Please sign in to comment.