Skip to content

Commit

Permalink
Add yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Jan 23, 2024
1 parent ac1b3c2 commit 2b0e3c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yamllintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

extends: default

rules:
line-length: disable
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ image:
install: $(NAME)
sudo install -Dm755 $(NAME) $(DESTDIR)$(PREFIX)/bin/$(NAME)

lint:
find -name "*.yaml" -exec yamllint -c .yamllintrc {} \;

webui:

run: clean $(NAME)
Expand Down

0 comments on commit 2b0e3c6

Please sign in to comment.