-
When I run sh ./run-sonar.sh -v in my root project, I get this
Scheme Tests is not currently configured for the clean action.
*\* CLEAN FAILED *\* (3984 ms)
This is a project that didn't have tests…
-
Please ponder why this function returns NULL if the memory allocation fails (from *src/cmd/ksh93/sh/nvdisc.c*):
```
static_fn void *newnode(const char *name) {
size_t s;
Namval_t *np = n…
-
We would like to have the option to apply rules concurrently against translation units. This should be able to improve the performance largely.
-
```
- WARN | [iOS] xcodebuild: /private/var/folders/3y/l0z1x3693dl_8n0qybp4dqwh0000gn/T/cirrus-ci-build/packages/video_player/video_player/ios/Classes/messages.m:59:51: warning: Converting a point…
-
- What does "High-Quality" Code mean
- Why we should spend the time and budget for higher-quality code
- Code Review
- 方法
- 工具
- GitHub
- phabricator
- 代码规范
-------
### 关联…
-
`gcc`, `clang`, etc. use `-isystem` to add an include path and to mark that no warnings should be generated for code within them. This also includes when macros are defined in system headers:
> ```
>…
-
## Description
As other issues (such as #267) have pointed out here, doctest misbehaves when
used in a project that uses `clang-tidy`.
Any use of the `CHECK` basically makes clang-tidy barf a:
…
-
Just like CI and CLA checks, but to verify new PRs fit with desired code style. This task is highly suited to automation and will help improve/standardize the style over time. May also slightly reduce…
-
We use the `-no-analytics` option in our `oclint` commands, but it appears this no longer works in recent version of oclint.
The present [documentation](https://docs.oclint.org/en/stable/manual/ocl…
-
- A common use case is checking `@property` declarations in Objective-C files.
- I can't get OCLint to analyze header files. Is this a known issue?