1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 17:22:54 +08:00

Remove dotnet-format

This commit is contained in:
Huo Yaoyuan 2022-05-06 01:28:30 +08:00
parent aafb363a34
commit 30ffc7b23f
2 changed files with 0 additions and 10 deletions

View File

@ -2,12 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "3.1.37601",
"commands": [
"dotnet-format"
]
},
"jetbrains.resharper.globaltools": {
"version": "2022.1.0-eap10",
"commands": [

View File

@ -49,10 +49,6 @@ jobs:
done <<< $(dotnet codefilesanity)
exit $exit_code
# Temporarily disabled due to test failures, but it won't work anyway until the tool is upgraded.
# - name: .NET Format (Dry Run)
# run: dotnet format --dry-run --check
- name: InspectCode
run: dotnet jb inspectcode $(pwd)/osu.Desktop.slnf --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN