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