Skip to content

Commit 3dd54cf

Browse files
authored
Merge pull request #4664 from sbueringer/pr-migration-doc-linter-fix
📖 doc: add linter fix hint to migration doc
2 parents f1834fa + 76af959 commit 3dd54cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md

+7
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,10 @@ MachinePool is today an experiment, and the API group we originally decided to p
277277
All InfraMachinePool implementations should be moved to `infrastructure.cluster.x-k8s.io`. See `DockerMachinePool` for an example.
278278

279279
Note that MachinePools are still experimental after this change and should still be feature gated.
280+
281+
## Golangci-lint configuration
282+
283+
There were a lot of new useful linters added to `.golangci.yml`. Of course it's not mandatory to use `golangci-lint` or
284+
a similar configuration, but it might make sense regardless. Please note there was previously an error in
285+
the `exclude` configuration which has been fixed in [#4657](https://github.com/kubernetes-sigs/cluster-api/pull/4657). As
286+
this configuration has been duplicated in a few other providers, it could be that you're also affected.

0 commit comments

Comments
 (0)