-
can anyone please look at it. I am continuously getting following error
oclint not found, analyzing stopped
Command /bin/sh failed with exit code 1
http://stackoverflow.com/questions/24641667/how-to-…
-
It seems the build cannot find the c++ headers.
```
[ 10%] Building CXX object lib/CMakeFiles/OCLintRuleSet.dir/RuleConfiguration.cpp.o
[ 20%] Building CXX object lib/CMakeFiles/OCLintRuleSet.dir/Rul…
rmaz updated
10 years ago
-
I would like to install oclint via OPAM, but I don't see oclint in `opam update && opam list -a | grep oclint`.
Am I doing something wrong?
-
Given the function:
...
static void dispatchImmediately(NSTimeInterval __unused delay, VoidBlock block)
{
block();
}
...
OCLint will still unused method parameter.
-
I followed the doc up to the step where you generate a `compile_commands.json` file.
I then run `oclint-json-compilation-database -v`, and it fails to produce any report.
For each file of the proje…
-
I tried running oclint 0.7 which started going through my project, but eventually failed with:
```
Assertion failed: (Val && "isa used on a null pointer"), function doit, file /Users/lqi/Projects/LQR…
-
Hi everyone,
i get the following warning in a model calls with just properties:
Too many methods P3 Objective-C implementation with 36 methods exceeds limit of 30
How do i add a annotation to a cla…
-
Apparently it's supposed to be every common. See HS#2479.
-
I receive the following error output after doing the steps in the documentation to build oclint from source: https://gist.github.com/sebastianwr/232c1a1552b6b977b7c3
Tried this multiple times now, ev…
-
I am trying to build some rules and all I get is the following output after executing the build script.
CMake Warning at /Volumes/cmake-3.0.0-Darwin64-universal/CMake.app/Contents/share/cmake-3.0/Mod…