ratchets

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 06099dba80e115ab05c1d4fb266bd1ad55cd03ab
parent 2614a6b9f1fe3b9d25091fe500df7ef0b0ba7812
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 16:18:45 -0500

Updated formatting of README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,10 +1,10 @@ -# ratchets +# Ratchets Tests that lazily enforce a requirement across the entire repo. # What is it? -ratchets is a lazy way to enforce code compliance on an ongoing basis. This is done by defining regular expressions or commands to run against all non-excluded python files in a given repository. Tests pass when the number of non-compliant instances of code decreases and fail when they increase. This ensures that subsequent code does not have bad patterns, while still allowing old code to coexist until it is phased out. +Ratchets is a lazy way to enforce code compliance on an ongoing basis. This is done by defining regular expressions or commands to run against all non-excluded python files in a given repository. Tests pass when the number of non-compliant instances of code decreases and fail when they increase. This ensures that subsequent code does not have bad patterns, while still allowing old code to coexist until it is phased out. # Installation