From fb267966f7840df222338f57023273a993a73c9a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 11:14:27 +0300 Subject: use TOML not JSON for configuration --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 629c5de..8758804 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,7 +10,7 @@ - If possible, construct individual methods so that they can be unit tested. But only if it doesn't add too much boilerplate to the code base. - Aim for at least 85% unit test coverage of all source code. -- Ensure that all unit tests pass before merging any changes. +- Ensure that all unit tests pass before commiting any changes. - Always run the gofumpt code reformatter on all go files modified. - There should be no source code file larger than 1000 lines. If so, split it up into multiple. - There should be no function larger then 50 lines. If so, refactor or split up into multiple smaller functions. -- cgit v1.2.3