-
```
#
# Dockerfile to run ELBaaS-VPC API service
#
FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL maintainer="bmxlbaas@us.ibm.com"
LABEL description="LBaaS Api svc image"
RUN microd…
-
### Welcome
- [X] Yes, I'm using a binary release within 2 latest [releases](https://github.com/golangci/golangci-lint/releases). Only such installations are supported.
- [X] Yes, I've searched simil…
-
### Terraform Core Version
Terraform version: 1.5.7
### AWS Provider Version
5.22.0, 5.56.1, 5.57.0, 5.60.0
### Affected Resource(s)
aws_iot_provisioning_template
### Expected Behav…
-
I'd like to see `elm-format` distinguish local imports from packages from the package manager. I think that it would really help a reader quickly be able to reference the where to find more informatio…
-
### What version?
0.41.1
### Which command?
proto install go
### What happened?
```
15:33 ﱮ lab-londo-2 main !?+300 via 🐳 desktop-linux is 📦 v1.0.0 via 🥟 v1.1.27 via …
-
### Terraform Core Version
1.5.4
### AWS Provider Version
5.62.0
### Affected Resource(s)
* aws_guardduty_invite_accepter
### Expected Behavior
* The aws_guardduty_invite_accepter…
-
github.com/google/mtail creates part of the parser with goyacc, and that code generator inserts line directives for things that don't really exist because they're internal string constants inside goya…
-
Many casual user may not be interested in looking through all available flags and decide whether or not to turn them on. All they want is to setup mypy with some reasonable settings and move on to oth…
-
It's unclear what's supposed to happen for symlinks. We don't need to implement full symlink support, but we should say what happens when they exist.
- Is a symlink a file? A directory? Does this chan…
-
When working on the code in https://github.com/golang/go, gofumpt insists on placing imports of packages with `internal/` prefix to a separate group. Here's an example:
```diff
diff --git a/src/os…