From decc7e64f90edb68bb60dee8749dd43571f2eb79 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Fri, 2 Feb 2024 04:50:10 +0900 Subject: [PATCH] Remove is_global from .globalconfig According to [MSDN](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/configuration-files#naming) docs this is an optional value for our use case. Removing it fixes R# printing a non-fatal exception when running via `./InspectCode.sh`. --- .globalconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.globalconfig b/.globalconfig index 607798492..0a2727ecd 100644 --- a/.globalconfig +++ b/.globalconfig @@ -1,5 +1,3 @@ -is_global = true - # .NET Code Style # IDE styles reference: https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/