-
# Background
Static analysis is a useful and quick feedback mechanism to identify complexity and/or code smells. Exercism can take advantage of static analysis to provide automated, helpful feedback …
-
OCLint's "Bitwise operator in conditional" is firing on this line even though the code is safe:
```
if ((flag & flag option) && !item.cond)
return NO;
```
The left half of the lo…
ghost updated
9 years ago
-
Replied on reddit, but maybe better here:
Your git repo is already very clean, so some more cleanup suggestions (note I am not a C programmer):
- Maybe add a README.md file to your repo root so that …
-
Hi,
If I create an XCode project with a space in the name (and thus in the filepath) oclint-json-compilation-database/oclint doesn't seem to work properly (but the code compiles fine using xcodebuild…
-
Hi,
After generating xcodbuild.log, I'm having issues running oclint-xcodebuild. It always says
```
cannot find original pch source file for somePathToApp/Build/Intermediates/PrecompiledHeaders/Pods-…
-
Hi,
Made a quick repo for [OCLint](http://oclint.org/) (static code analysis tool for objective-c).
You can:
```
include oclint
include oclint::dev
```
Repo @ https://github.com/tommeier/puppet-oc…
-
```
Building CXX object lib/CMakeFiles/OCLintDriver.dir/ConfigFile.cpp.o
Building CXX object lib/CMakeFiles/OCLintDriver.dir/Driver.cpp.o
Building CXX object lib/CMakeFiles/OCLintDriver.dir/GenericExc…
-
- [x] Code Style Conventions
- [x] Git & Github Usage
- [x] Pull Requests
- [x] Code Reviews
- [x] Heroku Deployment
- [x] Text Editors
- [ ] Sass (.scss o .sass)?
-
I'm getting the following output when I run the oclint command against 1 of my project files:
```
$ /usr/bin/oclint -report-type pmd -o oclint.xml --debug /Users/Shared/Jenkins/.jenkins/jobs/${projec…
-
Hello,
So I would like to know, a bit like when using youcompleteme, and more specifically `SyntasticInfo`, if there is a way to know if there is way to know the current passed flags when using a co…