diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-09-01 09:35:48 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2023-09-01 09:35:48 -0600 |
| commit | 35a9feaf7038d26823dbd6d7252e0b0f9a09bb75 (patch) | |
| tree | 92db1754cd156b07f599ae952d9cf33ab67ad8ea | |
| parent | 86380da8c6d1b889864f78223405405dcc03929f (diff) | |
Disable xUnit1028
| -rw-r--r-- | tests/jellyfin-tests.ruleset | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/jellyfin-tests.ruleset b/tests/jellyfin-tests.ruleset index e2abaf5bb..9d133da56 100644 --- a/tests/jellyfin-tests.ruleset +++ b/tests/jellyfin-tests.ruleset @@ -19,4 +19,10 @@ <!-- CA2234: Pass system uri objects instead of strings --> <Rule Id="CA2234" Action="Info" /> </Rules> + + <!-- xUnit --> + <Rules AnalyzerId="xUnit" RuleNamespace="xUnit"> + <!-- Test methods must have a supported return type. --> + <Rule Id="xUnit1028" Action="None" /> + </Rules> </RuleSet> |
