-
Checking if each tool is included in the documentation.
✅ Cppcheck is included (C, CPP)
✅ Clang-Tidy is included (C, CPP, Objective C)
✅ Deadcode is included (Go)
❌ JSHint (deprecated) ISN'T included…
-
I use Arco linux for few years now.
I did follow the instrctions to enable blackArch but I am failing to get them work.
I did install strap.sh and ran as sudo
I did enable multilib and updated …
-
Checking if each tool that detects security issues is included in the documentation:
✅ Cppcheck (C, CPP) is included, supports 5 security code patterns
✅ Clang-Tidy (C, CPP, Objective C) is included,…
-
Checking if each tool is included in the documentation.
✅ Cppcheck is included (C, CPP)
✅ Clang-Tidy is included (C, CPP, Objective C)
✅ Deadcode is included (Go)
❌ JSHint (deprecated) ISN'T included…
-
https://github.com/LanguageAsGarbage/muridesu-lang
@thautwarm
希望一同确认:
1. 语法设计一致
2. 具备现有发现的功能(包括导入等)
3. 是否缺失功能
***1 和 3 的大前提都是完整了解 ulang 的功能***
欢迎其他同好一道评审。
-
### Discussed in https://github.com/dense-analysis/ale/discussions/4573
Originally posted by **bon-ami** August 2, 2023
```
let g:ale_completion_enabled = 0
let g:ale_linters = { 'markdown'…
-
### What do you want Credo to do?
Provide formatter that will output data in [SARIF](http://sarifweb.azurewebsites.net) format. This will allow [direct GitHub support](https://help.github.com/en/gi…
-
[FF1057's text](https://github.com/david-a-wheeler/flawfinder/blob/2.0.19/flawfinder.py#L1502) is missing CWEs in the text:
```Python
"InitializeCriticalSection":
(normal, 3, "Exceptions …
-
via Flawfinder:
`./sirfilesystem.c:165:24: [5] (race) readlink:`
```c
ssize_t read = readlink("/proc/self/exe", buffer, size - 1);
if (-1 != read && read < (ssize_t)size - 1…
-
Issue: some `code-server --install-extension ` commands write error output text and eventually return an error code, thus making a Dockerfile build fail.
Does this issue occur when …