You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	chore(deps): update module github.com/godoc-lint/godoc-lint to v0.10.1 (#7508)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/godoc-lint/godoc-lint](https://redirect.github.com/godoc-lint/godoc-lint) | `v0.10.0` -> `v0.10.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>godoc-lint/godoc-lint (github.com/godoc-lint/godoc-lint)</summary> ### [`v0.10.1`](https://redirect.github.com/godoc-lint/godoc-lint/releases/tag/v0.10.1) [Compare Source](https://redirect.github.com/godoc-lint/godoc-lint/compare/v0.10.0...v0.10.1) #### Notable changes - Fix `max-len` rule miscalculating line lengths ([#​59](https://redirect.github.com/godoc-lint/godoc-lint/issues/59) by [@​ravsii](https://redirect.github.com/ravsii)) - Improve docs to cover usage via Golangci-lint #### Changelog - [`b27aa1d`](b27aa1dd41) chore: release v0.10.1 ([#​63](https://redirect.github.com/godoc-lint/godoc-lint/issues/63)) - [`904ae8f`](904ae8f4d5) Merge pull request [#​62](https://redirect.github.com/godoc-lint/godoc-lint/issues/62) from godoc-lint/babakks/organise-dir - [`9979b57`](9979b578e8) chore: update .gitignore - [`6162fcc`](6162fcc9d4) chore: organise dev env files - [`18a0646`](18a0646091) Merge pull request [#​61](https://redirect.github.com/godoc-lint/godoc-lint/issues/61) from godoc-lint/babakks/enable-all-rules - [`42e7e9f`](42e7e9fcb7) ci: add godoclint to linters - [`c09e608`](c09e608e1f) docs: add missing godocs - [`6541151`](65411519d4) Merge pull request [#​60](https://redirect.github.com/godoc-lint/godoc-lint/issues/60) from godoc-lint/babakks/improve-readme - [`2412ef2`](2412ef2a3e) docs: hint at golangci-lint `//nolint` directive - [`4ff3632`](4ff3632cf4) Merge pull request [#​59](https://redirect.github.com/godoc-lint/godoc-lint/issues/59) from ravsii/utf8-fix - [`0bde568`](0bde5689da) fix: max\_len now respects utf-8 - [`2636f40`](2636f409fb) docs: improve readme ([#​57](https://redirect.github.com/godoc-lint/godoc-lint/issues/57)) - [`d3d8564`](d3d85640c1) Merge pull request [#​54](https://redirect.github.com/godoc-lint/godoc-lint/issues/54) from godoc-lint/babakks/add-docs-for-golangci-lint - [`be6e4cc`](be6e4cca2d) docs: explain usage via golangci-lint - [`1375e72`](1375e72781) docs: fix typo - [`d57d274`](d57d2744a4) chore: bump version ([#​53](https://redirect.github.com/godoc-lint/godoc-lint/issues/53)) *** Released by [GoReleaser](https://redirect.github.com/goreleaser/goreleaser). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -98,7 +98,7 @@ require ( | ||||
| 	github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||||
| 	github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect | ||||
| 	github.com/gobwas/glob v0.2.3 // indirect | ||||
| 	github.com/godoc-lint/godoc-lint v0.10.0 // indirect | ||||
| 	github.com/godoc-lint/godoc-lint v0.10.1 // indirect | ||||
| 	github.com/gofrs/flock v0.13.0 // indirect | ||||
| 	github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||||
| 	github.com/golangci/asciicheck v0.5.0 // indirect | ||||
|   | ||||
| @@ -195,8 +195,8 @@ github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUW | ||||
| github.com/go-xmlfmt/xmlfmt v1.1.3/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= | ||||
| github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= | ||||
| github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= | ||||
| github.com/godoc-lint/godoc-lint v0.10.0 h1:OcyrziBi18sQSEpib6NesVHEJ/Xcng97NunePBA48g4= | ||||
| github.com/godoc-lint/godoc-lint v0.10.0/go.mod h1:KleLcHu/CGSvkjUH2RvZyoK1MBC7pDQg4NxMYLcBBsw= | ||||
| github.com/godoc-lint/godoc-lint v0.10.1 h1:ZPUVzlDtJfA+P688JfPJPkI/SuzcBr/753yGIk5bOPA= | ||||
| github.com/godoc-lint/godoc-lint v0.10.1/go.mod h1:KleLcHu/CGSvkjUH2RvZyoK1MBC7pDQg4NxMYLcBBsw= | ||||
| github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw= | ||||
| github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0= | ||||
| github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user