From 58448464e713850e27bb02a054bff0f20c832917 Mon Sep 17 00:00:00 2001 From: Ortal <2894588+swiftal64@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:22:37 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f8c97e..957137e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Note that brevity is not a primary goal. Code should be made more concise only i * If a rule changes the format of the code, it needs to be able to be reformatted automatically (either using [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) or [SwiftLint](https://github.com/realm/SwiftLint) autocorrect). * For rules that don't directly change the format of the code, we should have a lint rule that throws a warning. * Exceptions to these rules should be rare and heavily justified. +* Format rules should be non-destructive. ## Swift Package Manager command plugin