-
We should add a section about coding styles for declaring methods and doing method calls. Me and @NSElvis have discussed this multiple times on Slack, but Slack has Goldfish memory when it comes to ke…
-
We are using OCLint 0.8 in our CI environment and it seems every violation found is duplicated in the report.
The creation of the json database file is made via xctool after a clean checkout.
E.g.:
…
-
Been using `OCLint 0.8dev` with an iPhone project and it works great (`0.7` posed some issues). Quick question -- `0.8dev` clocks in at `71mb`, while 0.7 sits at a respectable `7.4mb` -- in the spirit…
-
The execution of run-sonar.sh fails for us with this error-message:
Running OCLint...oclint: error: no rule loaded
ERROR - Command 'oclint-json-compilation-database --include ../brands4friends/.. ./br…
-
I am trying to run oclint on RestKit Framework for iOS. I have generated json compilation database using "xctool" and then tried to run "oclint-json-compilation-database".
After running through few …
-
`std::to_string` is unsupported in mingw :-(
So following (hack) code fixes compilation of test
in oclint-rules\test\abstract\TagBasedViolationTest.cpp :
```
#ifdef __MINGW32__
namespace std
{
// MI…
-
Hello,
I read [this article](http://oclint.org/news/2013/06/22/clang-static-analyzer-integration/), which is useful, but it did not specify the version of OCLint which supports this flag. After check…
-
Hello,
While I was downloading several versions of OCLint on http://oclint.org/downloads.html, I stumbled upon a strange phenomenon, some releases have a symlink to oclint-0.x, other releases have a …
-
I just finished writing a tutorial when I noticed right near the end an issue with the starter project. Most annoying!
I am just thinking out loud here, I wonder how much of this style guide you can …
-
Hello,
Appears that OCLint 0.7 is the last release supported on 10.6.x (Snow Leopard), reason being that OCLint 0.8/0.9 is linked to libc++.1.dylib (dyld: Library not loaded: /usr/lib/libc++.1.dylib)…