-
```py
import requests
from random import choice
from platform import system
import os
from threading import Thread
from time import sleep
from webbrowser import open_new_tab
def web():
…
-
| | |
| --- | --- |
| Bugzilla Link | [33167](https://llvm.org/bz33167) |
| Version | 3.9 |
| OS | Linux |
| Attachments | [minimal working example for the bug](https://user-images.githubusercontent…
-
```
#!watchflakes
default
-
Adding here so we can remove the commented lines from the linter configuration file.
- [x] errorlint
- [x] exportloopref
- [x] gci
- [ ] gocyclo
- [ ] makezero
- [x] megacheck
- [ ] nakedret
…
-
**Description**
Tracking issue to coordinate on reducing the number of dependencies in the library.
A few thoughts so far:
* Pulling in Rekor pulls in KMS dependencies. We should look into …
-
@alandonovan the deadcode tool is great, thank you so much for working on it! It's being really useful as an extension of staticcheck's unused analysis, which is easier and faster to run, but only wor…
mvdan updated
8 months ago
-
#### Test.cs
```
public static class Test {
static void BranchOptimization(bool x) {
if (x)
return;
}
static void Main() {}
}
```
### With default op…
-
### Dafny version
4.0.0.50303
### Code to produce this issue
```dafny
method main(b: real, c: real, d: real){
var f := - 1.0;
var …
-
**Is your feature request related to a problem? Please describe.**
We should update `golangci-lint` to the latest version v1.52.2.
In addition, we should also remove the following linters as the…
-
```
#include
#include
void run(int v)
{
printf("%d\n", v);
}
int main()
{
int v = 5;
auto f = std::bind(run, std::ref(v));
f();
v = 10;
f();
}
```
…