From c87c806fdaea1ed3c8736fdb9ab68e29a8a92e63 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 15 Jul 2022 17:00:20 -0700 Subject: [PATCH] fix: incorrect temp rule files name with change to codelyzer, the rule files must match the namespace exactly --- tst/CTA.Rules.Test/CTA.Rules.Test.csproj | 4 ++-- .../TempRules/{npoi.json => npoi.ss.usermodel.json} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tst/CTA.Rules.Test/TempRules/{npoi.json => npoi.ss.usermodel.json} (100%) diff --git a/tst/CTA.Rules.Test/CTA.Rules.Test.csproj b/tst/CTA.Rules.Test/CTA.Rules.Test.csproj index d716884f..f63846ee 100644 --- a/tst/CTA.Rules.Test/CTA.Rules.Test.csproj +++ b/tst/CTA.Rules.Test/CTA.Rules.Test.csproj @@ -30,7 +30,7 @@ - + PreserveNewest @@ -77,7 +77,7 @@ - + PreserveNewest diff --git a/tst/CTA.Rules.Test/TempRules/npoi.json b/tst/CTA.Rules.Test/TempRules/npoi.ss.usermodel.json similarity index 100% rename from tst/CTA.Rules.Test/TempRules/npoi.json rename to tst/CTA.Rules.Test/TempRules/npoi.ss.usermodel.json