Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linter helpers to testutil #743

Merged
merged 3 commits into from Apr 27, 2020
Merged

Add linter helpers to testutil #743

merged 3 commits into from Apr 27, 2020

Commits on Apr 24, 2020

  1. Add the capability to lint MetricFamilies directly

    Also, change all the `dto.MetricFamily` arguments to pointers to be
    more consistent with what we do in client_golang in general.
    
    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Apr 24, 2020
    Copy the full SHA
    6433bcf View commit details
    Browse the repository at this point in the history
  2. Add helper functions for linting to testutil

    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Apr 24, 2020
    Copy the full SHA
    39dbb24 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Improve various comments

    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Apr 25, 2020
    Copy the full SHA
    dc79bd6 View commit details
    Browse the repository at this point in the history