From 090eacbe3d904565371fe8970612ab9f59481baa Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Sat, 25 May 2024 17:41:14 -0400 Subject: [PATCH] Automatically linting code --- .config/dotnet-tools.json | 86 +++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fecc3c4b8..3a5ecbf03 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,46 +1,46 @@ { - "version": 1, - "isRoot": true, - "tools": { - "gitversion.tool": { - "version": "6.0.0-beta.7", - "commands": ["dotnet-gitversion"] - }, - "dotnet-reportgenerator-globaltool": { - "version": "5.3.4", - "commands": ["reportgenerator"] - }, - "nuke.globaltool": { - "version": "8.0.0", - "commands": ["nuke"] - }, - "codecov.tool": { - "version": "1.13.0", - "commands": ["codecov"] - }, - "jetbrains.resharper.globaltools": { - "version": "2024.1.2", - "commands": ["jb"] - }, - "nukeeper": { - "version": "0.35.0", - "commands": ["nukeeper"] - }, - "docfx": { - "version": "2.76.0", - "commands": ["docfx"] - }, - "strawberryshake.tools": { - "version": "14.0.0-p.101", - "commands": ["dotnet-graphql"] - }, - "dotnet-outdated-tool": { - "version": "4.6.4", - "commands": ["dotnet-outdated"] - }, - "verify.tool": { - "version": "0.6.0", - "commands": ["dotnet-verify"] + "version": 1, + "isRoot": true, + "tools": { + "gitversion.tool": { + "version": "6.0.0-beta.7", + "commands": ["dotnet-gitversion"] + }, + "dotnet-reportgenerator-globaltool": { + "version": "5.3.4", + "commands": ["reportgenerator"] + }, + "nuke.globaltool": { + "version": "8.0.0", + "commands": ["nuke"] + }, + "codecov.tool": { + "version": "1.13.0", + "commands": ["codecov"] + }, + "jetbrains.resharper.globaltools": { + "version": "2024.1.2", + "commands": ["jb"] + }, + "nukeeper": { + "version": "0.35.0", + "commands": ["nukeeper"] + }, + "docfx": { + "version": "2.76.0", + "commands": ["docfx"] + }, + "strawberryshake.tools": { + "version": "14.0.0-p.101", + "commands": ["dotnet-graphql"] + }, + "dotnet-outdated-tool": { + "version": "4.6.4", + "commands": ["dotnet-outdated"] + }, + "verify.tool": { + "version": "0.6.0", + "commands": ["dotnet-verify"] + } } - } }