Current section

Files

Jump to
prom_ex lib mix tasks prom_ex.dashboard.lint.ex
Raw

lib/mix/tasks/prom_ex.dashboard.lint.ex

defmodule Mix.Tasks.PromEx.Dashboard.Lint do
@moduledoc """
This will lint Grafana dashboards to ensure that PromEx dashboards
meeting certain requirements.
"""
@shortdoc "Lint Grafana dashboard definitions for common problems"
use Mix.Task
@impl true
def run(_args) do
end
end