From 9d1c8b52e56e45ca7a7e181ea71e468ac26307aa Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 10 Dec 2023 05:23:02 +0000 Subject: [PATCH] ci: update global workflows --- qodana-dotnet.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 qodana-dotnet.yaml diff --git a/qodana-dotnet.yaml b/qodana-dotnet.yaml deleted file mode 100644 index 56ec7f7..0000000 --- a/qodana-dotnet.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -version: "1.0" -linter: jetbrains/qodana-dotnet:2023.1-eap - -bootstrap: | - # download dotnet install script and pipe it to bash - curl -fsSL https://dot.net/v1/dotnet-install.sh | - bash -s -- --channel 6.0 -i /usr/share/dotnet - -dot-net: - solution: Jellyfin.Plugin.Themerr.sln - -exclude: - - name: All - paths: - - gh-pages - - gh-pages-staging - -failThreshold: 100 - -include: - - name: CheckDependencyLicenses - -profile: - name: qodana.recommended