From 956bcd80114471c7e6b846f859e04bc8e0d04ab4 Mon Sep 17 00:00:00 2001
From: glucaci <gabriel.lucaci.dev@gmail.com>
Date: Sun, 7 Mar 2021 17:04:57 +0100
Subject: [PATCH] Add sonarscanner tool

---
 .config/dotnet-tools.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .config/dotnet-tools.json

diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
new file mode 100644
index 0000000..0345240
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,12 @@
+{
+  "version": 1,
+  "isRoot": true,
+  "tools": {
+    "dotnet-sonarscanner": {
+      "version": "4.8.0",
+      "commands": [
+        "dotnet-sonarscanner"
+      ]
+    }
+  }
+}