File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 238238- name : PowerShell
239239 value : powershell
240240 type : language
241+ - name : Prometheus
242+ value : prometheus
243+ type : other
241244- name : Protocol Buffers
242245 value : protobuf
243246 type : other
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: promformat
22categories :
33 - formatter
44tags :
5- - promql
5+ - prometheus
66license : GPL-3.0
77types :
88 - cli
Original file line number Diff line number Diff line change 1+ name : promval
2+ categories :
3+ - linter
4+ tags :
5+ - prometheus
6+ license : MIT
7+ types :
8+ - cli
9+ source : " https://github.com/facetoe/promval"
10+ homepage : " https://github.com/facetoe/promval"
11+ description : >-
12+ PromQL validator written in Python.
13+ It can be used to validate that PromQL expressions are written as expected.
You can’t perform that action at this time.
0 commit comments