-
staticcheck supports using globs to enable and disable specific checks. This doesn't work in the analyzer, resulting in `Error in pop: KeyError: "@com_github_sluongng_nogo_analyzer//staticcheck:QF*"`.…
-
There are many rules that are `CandidateForRemoval`s. I think it's a good idea to review them and deprecate some in .NET 8.
This is somewhat the opposite issue of https://github.com/dotnet/roslyn-a…
-
I got a false negative error when compiling the following program with clang(trunk) `--analyze -Xclang -analyzer-stats -Xclang -analyzer-checker=core,debug.ExprInspection` https://godbolt.org/z/YxWK86…
-
## Background and Motivation
`HttpRequest.Form` is a blocking API (it reads the request body which may not be available yet). Using it can cause thread exhaustion and server throughput problems.
…
-
## Summary
Add support to IDE0250 for respecting dotnet_code_quality.IDE0250.api_surface or the like
## Background and Motivation
Many of the dotnet/roslyn-analyzer rules respect an api_surfa…
-
Possible RESOURCE_LEAK on scan:
```
56. bubblewrap-0.9.0/bubblewrap.c:1703:11: alloc_fn: Storage is returned from allocation function "load_file_data".
57. bubblewrap-0.9.0/bubblewrap.c:1703:11: va…
-
Looks like style-analyzer keeps an open connection to lookoutd.
When we redeploy lookout it obviously gets broken.
gRPC reestablishes connection automatically but only after the second request to …
-
#### Summary
Switch the main development repository of Duality to Visual Studio 2015 to gain access to the new Analyzer feature and add some Analyzers to reduce reviewing workload on Pull Requests. T…
ilexp updated
8 years ago
-
**Question**
Is there a way to automatically trigger the custom analyzer when a project containing a xaml is built?
Not only when the file is saved.
**Desired Behaviour**
So any project re…
-
[SEVERE] retrofit_generator on example/ios/.symlinks/plugins/url_launcher_ios/pigeons/messages.dart:
Could not resolve annotation for `abstract class UrlLauncherApi`.
[SEVERE] retrofit_generator o…