-
### Issue Summary
oclint: error: compilation contains multiple jobs:
### Environment
- Operation system name and version: Mac OS:13.3 (22E252), Xcode 14.3
- OCLint version: /bin/oclint-20.11
…
-
I've got an issue where execution stays in ObjCSourceImporter for a long period of time. It's been measured at >3 hours. The repository in question is large (300+ files), so some processing time is …
-
`goto` -- в общем случае плохо и используется не по назначению. Нужно кидать предупреждение при использовании `goto`
Пример плохо кода:
```C
int do_smth_cool(int x){
int val = some_func(x);
…
-
Bash скрипты, которые все склонируют и всё соберут, чтобы руками не пришлось делать лишних действий
-
Hi there i am GNU/Linux user, right now on Slackware 14.2 (i had the 32 Bits version & 64 Bits versions on separated partions)
Well i try the follow :
Part 1
```
cd /tmp
git clone https://git…
-
Зачастую память выделяется под какой-то тип (`int`, структура и тд). Необходимо использовать `sizeof`, чтобы узнать размер, иначе это ошибка, которую нужно подсветить.
Плохой пример:
```C
int *ar…
-
- [x] I've read and understood the [*CONTRIBUTING guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
# Report
Using latest beta, t…
-
I was wondering if it would be interesting to add this metric as another feature for Lizard.
In short, Fan-in is the number of links coming into a node, whereas fan-out is the number of arrows going …
-
В некоторых случаях оператор == будет давать корректный результат (если в переменную записывается указатель на константную строку, а потом сравнивается с этой константной строкой), но в общем смысле …
-
Hello, oclint is great. I love it!
Just a smaller notice / advice. Every installation or update Avast start to check the EXE. It's fine, security first but... if someone contact Avast and major ant…