From 15fe7610718966faf8fc8ddc395ea178d8ffb1b5 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Tue, 14 Jan 2020 17:39:38 -0800 Subject: [PATCH] added lgtm config --- BlazorTable.sln | 1 + lgtm.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 lgtm.yml diff --git a/BlazorTable.sln b/BlazorTable.sln index 07b81891..e8780a0b 100644 --- a/BlazorTable.sln +++ b/BlazorTable.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .github\workflows\build.yml = .github\workflows\build.yml .github\workflows\cicd.yml = .github\workflows\cicd.yml + lgtm.yml = lgtm.yml README.md = README.md .github\workflows\release.yml = .github\workflows\release.yml EndProjectSection diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 00000000..af8f6525 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,5 @@ +extraction: + csharp: + index: + dotnet: + version: "3.1.100" \ No newline at end of file