File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Exclusion for forked framework
2+ [external/** ]
3+ generated_code = true
4+ dotnet_analyzer_diagnostic.severity = none
5+ dotnet_diagnostic.severity = none
6+
17# EditorConfig is awesome: http://editorconfig.org
8+
9+ [external/** ]
10+ generated_code = true
11+ dotnet_analyzer_diagnostic.severity = none
12+ dotnet_diagnostic.severity = none
13+
214root = true
315
416[external/** ]
@@ -66,3 +78,6 @@ dotnet_naming_symbols.private_constants.required_modifiers = const
6678dotnet_naming_rule.private_constants_snake_case.severity = warning
6779dotnet_naming_rule.private_constants_snake_case.symbols = private_constants
6880dotnet_naming_rule.private_constants_snake_case.style = snake_case
81+
82+ [external/** ]
83+ generated_code = true
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v6
1818 with :
1919 submodules : recursive
20-
21- - name : Install .NET 10.0.x
2220 uses : actions/setup-dotnet@v5
2321 with :
2422 dotnet-version : " 10.0.x"
8179 uses : actions/checkout@v6
8280 with :
8381 submodules : recursive
84-
85- - name : Install .NET 10.0.x
8682 uses : actions/setup-dotnet@v5
8783 with :
8884 dotnet-version : " 10.0.x"
@@ -122,8 +118,6 @@ jobs:
122118 uses : actions/checkout@v6
123119 with :
124120 submodules : recursive
125-
126- - name : Setup JDK 11
127121 uses : actions/setup-java@v5
128122 with :
129123 distribution : microsoft
@@ -149,8 +143,6 @@ jobs:
149143 uses : actions/checkout@v6
150144 with :
151145 submodules : recursive
152-
153- - name : Install .NET 10.0.x
154146 uses : actions/setup-dotnet@v5
155147 with :
156148 dotnet-version : " 10.0.x"
Original file line number Diff line number Diff line change 4747 uses : actions/checkout@v6
4848 with :
4949 submodules : recursive
50-
51- - name : Set artifacts directory
5250 id : artifactsPath
5351 run : echo "nuget_artifacts=${{github.workspace}}/artifacts" >> "$GITHUB_OUTPUT"
5452
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v6
2020 with :
2121 submodules : recursive
22-
23- - name : Setup JDK 17
2422 uses : actions/setup-java@v5
2523 with :
2624 distribution : microsoft
Original file line number Diff line number Diff line change @@ -110,3 +110,8 @@ dotnet_diagnostic.RS0030.severity = error
110110# Temporarily disable analysing CanBeNull = true in NRT contexts due to mobile issues.
111111# See: https://github.com/ppy/osu/pull/19677
112112dotnet_diagnostic.OSUF001.severity = none
113+
114+ # Suppress all diagnostics for external folder
115+ [**/external/**]
116+ dotnet_analyzer_diagnostic.severity = none
117+ dotnet_diagnostic.severity = none
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <!-- Disable all analyzers and code style enforcement for everything in the external folder -->
4+ <RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
5+ <RunAnalyzersDuringLiveAnalysis >false</RunAnalyzersDuringLiveAnalysis >
6+ <RunAnalyzers >false</RunAnalyzers >
7+ <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
8+ <CodeAnalysisRuleSet ></CodeAnalysisRuleSet >
9+ <NoWarn >$(NoWarn);IDE0001;IDE0002;IDE0003;IDE0004;IDE0005;IDE0018;IDE0019;IDE0031;IDE0032;IDE0040;IDE0042;IDE0055;IDE0057;IDE0062;IDE0270;IDE1006;CA2265</NoWarn >
10+ </PropertyGroup >
11+ </Project >
Original file line number Diff line number Diff line change @@ -1070,4 +1070,6 @@ private void load()
10701070 <s : String x : Key =" /Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=9C2A4951_002D59AF_002D4975_002DB95B_002D18C315CE3D04/@EntryIndexedValue" >ExplicitlyExcluded</s : String >
10711071 <s : String x : Key =" /Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=895D8323_002DDFEA_002D46BB_002D9822_002D12F56B86977E/@EntryIndexedValue" >ExplicitlyExcluded</s : String >
10721072 <s : String x : Key =" /Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=5786F0B3_002D304A_002D4C3E_002D820E_002D9DFBBCFDC205/@EntryIndexedValue" >ExplicitlyExcluded</s : String >
1073+ <s : String x : Key =" /Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=external/@EntryIndexedValue" >ExplicitlyExcluded</s : String >
1074+ <s : String x : Key =" /Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=external/@EntryIndexedValue" >ExplicitlyExcluded</s : String >
10731075 <s : Boolean x : Key =" /Default/UserDictionary/Words/=Zoomable/@EntryIndexedValue" >True</s : Boolean ></wpf : ResourceDictionary >
You can’t perform that action at this time.
0 commit comments