fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
414 stars 164 forks source link

Move 'Deprecated' comments to own paragraph #1000

Open hoffimar opened 5 months ago

hoffimar commented 5 months ago

As described at https://go.dev/wiki/Deprecated, the Deprecated comments shall start a new paragraph. This way, the deprecation is also visible to other tools like staticcheck or vscode. Otherwise, one might get surprised by the removal of deprecated fields. I also ran make manifests, which adds some newlines.