diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 20:10:25 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 21:17:28 +0100 |
| commit | fcbf8dfb52bc249450af28a111829d1fc59eac1f (patch) | |
| tree | ded58c8f696bad71c8f6ff98599c1d1c1086bc9f /Makefile | |
| parent | 83e062e243e110d4a8198ec30b3bba3b2d65589d (diff) | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 <matthew@fennell.dev> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +.PHONY: lint + +lint: + precious --ascii lint --all |
