mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
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:
@@ -1,5 +1,3 @@
|
||||
is_global = true
|
||||
|
||||
# .NET Code Style
|
||||
# IDE styles reference: https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user