Ludovic Fernandez

Results 79 issues of Ludovic Fernandez

Closes #1573 @jwaes can you run the command with your domain, email, credentials, etc. (and put the output of this command to a comment)? ```bash rm -rf .lego/ COMBELL_API_KEY=xxx COMBELL_API_SECRET=yyy...

enhancement
area/dnsprovider
waiting-for/user-tests
new-provider

Fixes #1008

enhancement
area/lib

### Summary `filepath.Join` calls `filepath.Clean` so it's safe. ### Steps to reproduce the behavior ```go func foo(parts []string) error { file, err := os.Open(filepath.Join(parts...)) if err != nil { return...

bug
help wanted

**Since the version v1.45.0 golangci-lint supports go1.18.** But some linters don't work with generics, golangci-lint disable those linters automatically with go1.18. Since v1.45.1, golangci-lint can detect the Go version used...

enhancement

### Is your feature request related to a problem? Currently, by default golangci-lint runs the following linters about unused/dead code: - `deadcode` - `structcheck` - `unused` (`staticcheck`) - `varcheck` Those...

enhancement
topic: cleanup
pinned
forks

**Is your feature request related to a problem? Please describe.** Add support for SuggestedFixes. https://github.com/golang/tools/blob/b4639ccb830b1c9602f1c96eba624bbbe20650ea/go/analysis/doc/suggested_fixes.md **Describe the solution you'd like** Be able to apply automatically the fixes via `--fix`. **Describe...

enhancement
area: auto-fix

This will solve some problems related to the Go version and it will allow using non-released versions.

enhancement

Tests and tests and tests.

kind/enhancement
needs-review

https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/base-image-lifecycle

enhancement