From fa7aee7d4419ed38cee6f6d542e0b7493cfa57a3 Mon Sep 17 00:00:00 2001 From: Simon <25969+snovak7@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:55:17 +0200 Subject: [PATCH] chore: Update README to reflect SA1633 severity change and license update to Apache 2.0 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e43a70..e335fe2 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ The NuGet package includes the following default rules and severity levels: | SA1627 | error | ❌ | | SA1628 | error | ❌ | | SA1629 | error | ❌ | -| SA1633 | error | ❌ | +| SA1633 | none | ⛔ | | SA1634 | error | ❌ | | SA1635 | error | ❌ | | SA1636 | error | ❌ | @@ -238,5 +238,4 @@ To contribute code, fork the repository and submit a pull request. Please ensure that your code follows the project's coding standards and is thoroughly tested. ## License -This package is released under the MIT License. See the LICENSE.txt file for details. - +Licensed under Apache License 2.0. See the LICENSE file for the complete license text.