Skip to content

Commit e1b04b7

Browse files
committed
remove yaml infra
Signed-off-by: Marc Schöchlin <schoechlin@osb-alliance.com>
1 parent ec96c94 commit e1b04b7

5 files changed

Lines changed: 0 additions & 54 deletions

File tree

.github/workflows/yamllint.yaml

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

.yamlfix.toml

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

.yamllint.yml

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

Makefile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,6 @@ venv/bin/activate: Makefile requirements.txt
3131
@${venv} && pip3 install -r requirements.txt
3232
touch venv/bin/activate
3333

34-
#################################################
35-
### EXPERIMENTAL, yamlfix is still very broken
36-
37-
.PHONY: lint-check
38-
lint-check: deps
39-
$(MAKE) lint-fix DO_CHECK="--check"
40-
41-
# Just for testing, currently yamllint seems to be broken
42-
.PHONY: lint-fix
43-
lint-fix: deps
44-
${venv} && find . -type f \( -not -path "misc/node-images/node-image/*" -and -not -path "*/.venv/*" -and -not -path "*/venv/*" -regex ".*\.ya?ml" \) \
45-
-print \
46-
-exec yamlfix --verbose ${DO_CHECK} --config-file ${basedir}/.yamlfix.toml {} \;
47-
48-
### EXPERIMENTAL
49-
#################################################
50-
5134
.PHONY: deps
5235
sync: deps
5336
@[ "${BRANCH}" ] && sed -i -e "s/version: .*/version: ${BRANCH}/" gilt.yml || exit 0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ pwgen==0.8.2.post0
66
python-gilt==1.2.3
77
requests==2.32.2
88
tabulate==0.9.0
9-
yamlfix

0 commit comments

Comments
 (0)