From fcbf8dfb52bc249450af28a111829d1fc59eac1f Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 20:10:25 +0100 Subject: Copy linters and hooks from xmpp-server playbook These are used to stop the repository from descending into chaos and to raise issues that I might have missed. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b5c97a8 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# SPDX-FileCopyrightText: 2024 Matthew Fennell +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +.PHONY: lint + +lint: + precious --ascii lint --all -- cgit v1.2.3