From afc3928cffdedba452b215cf8b4986db9112cff7 Mon Sep 17 00:00:00 2001 From: alvrogd Date: Fri, 29 Nov 2024 09:17:21 +0100 Subject: [PATCH] PWR072: Mark as Autofixable Codee has recently added Autofix support for this check. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd13f7..cbccc49 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ designed to demonstrate: | [PWR069](Checks/PWR069/) | Use the keyword only to explicitly state what to import from a module | | ✓ | | ✓[^1] | | [PWR070](Checks/PWR070/) | Declare array dummy arguments as assumed-shape arrays | | ✓ | | | | [PWR071](Checks/PWR071/) | Prefer real(kind=kind_value) for declaring consistent floating types | | ✓ | | | -| [PWR072](Checks/PWR072/) | Split the variable initialization from the declaration to prevent the implicit 'save' behavior | | ✓ | | | +| [PWR072](Checks/PWR072/) | Split the variable initialization from the declaration to prevent the implicit 'save' behavior | | ✓ | | ✓[^1] | | [PWR073](Checks/PWR073/) | Transform common block into a module for better data encapsulation | | ✓ | | | | [PWR075](Checks/PWR075/) | Avoid using GNU Fortran extensions | | ✓ | | | | [PWD002](Checks/PWD002/) | Unprotected multithreading reduction operation | ✓ | ✓ | ✓ | |