Skip to content

Commit ad38b8e

Browse files
committed
avoid bingo
Signed-off-by: bwplotka <bwplotka@gmail.com>
1 parent 0281867 commit ad38b8e

File tree

8 files changed

+3
-1059
lines changed

8 files changed

+3
-1059
lines changed

.bingo/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

.bingo/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.bingo/Variables.mk

Lines changed: 0 additions & 31 deletions
This file was deleted.

.bingo/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

.bingo/mdox.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/mdox.sum

Lines changed: 0 additions & 980 deletions
This file was deleted.

.bingo/variables.env

Lines changed: 0 additions & 12 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
include .bingo/Variables.mk
2-
31
# TODO(bwplotka): Add more files to format.
42
MD_FILES_TO_FORMAT=docs/specs/om/open_metrics_spec_2_0.md
53

6-
mdox-check:
4+
MDOX="mdox"
5+
$(MDOX):
6+
@go install github.com/bwplotka/mdox@v0.9.0
77

88
.PHONY: help
99
help: ## Displays help.

0 commit comments

Comments
 (0)