From 2045af18ab589f22b908382a5faa114208f6befc Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sat, 19 Jun 2021 16:47:37 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Implements=20missing=20configura?= =?UTF-8?q?tion=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotnet.ruleset | 1 + stylecop.json | 1 + xunit.runner.json | 1 + 3 files changed, 3 insertions(+) create mode 120000 dotnet.ruleset create mode 120000 stylecop.json create mode 120000 xunit.runner.json diff --git a/dotnet.ruleset b/dotnet.ruleset new file mode 120000 index 0000000..acdfd2d --- /dev/null +++ b/dotnet.ruleset @@ -0,0 +1 @@ +.config/dotnet.ruleset \ No newline at end of file diff --git a/stylecop.json b/stylecop.json new file mode 120000 index 0000000..68f7168 --- /dev/null +++ b/stylecop.json @@ -0,0 +1 @@ +.config/stylecop.json \ No newline at end of file diff --git a/xunit.runner.json b/xunit.runner.json new file mode 120000 index 0000000..fc25a87 --- /dev/null +++ b/xunit.runner.json @@ -0,0 +1 @@ +.config/xunit.runner.json \ No newline at end of file