chore(lint): bump to v2.5.0 and enable godoclint (#7632)

This commit is contained in:
Ville Vesilehto
2025-10-23 20:01:57 +03:00
committed by GitHub
parent 4ca99cd7b6
commit b72d267a29
14 changed files with 13 additions and 15 deletions

View File

@@ -14,7 +14,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package test will scrape a target and you can inspect the variables.
// Package test contains helper functions for writing plugin tests.
// For example to scrape a target and inspect the variables.
// Basic usage:
//
// result := Scrape("http://localhost:9153/metrics")