Skip to content

Commit 66fede9

Browse files
committed
Add promformat
1 parent 292da58 commit 66fede9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

data/tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@
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

data/tools/promformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: promformat
22
categories:
33
- formatter
44
tags:
5-
- promql
5+
- prometheus
66
license: GPL-3.0
77
types:
88
- cli

data/tools/promval.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)