Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsg-bot authored May 25, 2024
1 parent 9910882 commit 49bc5e8
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -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.0",
"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.0",
"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"]
}
}
}
}

0 comments on commit 49bc5e8

Please sign in to comment.