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`.
This commit is contained in:
Dan Balasescu
2024-02-02 04:50:10 +09:00
parent dffe45bc61
commit decc7e64f9

View File

@@ -1,5 +1,3 @@
is_global = true
# .NET Code Style
# IDE styles reference: https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/