···1diff --git a/jellyfin.ruleset b/jellyfin.ruleset
2-index 5ac5f4923..88621857b 100644
3--- a/jellyfin.ruleset
4+++ b/jellyfin.ruleset
5-@@ -54,6 +54,31 @@
6 <Rule Id="SA1602" Action="None" />
7 <!-- disable warning SA1633: The file header is missing or not located at the top of the file -->
8 <Rule Id="SA1633" Action="None" />
···31+ <Rule Id="SA1208" Action="None" />
32+ <!-- disable warning SA1208: The property's documentation summary text should begin with: 'Gets a value indicating whether' -->
33+ <Rule Id="SA1623" Action="None" />
0034 </Rules>
3536 <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.Design">
···1diff --git a/jellyfin.ruleset b/jellyfin.ruleset
2+index 1c834de82..bf70fef1e 100644
3--- a/jellyfin.ruleset
4+++ b/jellyfin.ruleset
5+@@ -54,6 +54,33 @@
6 <Rule Id="SA1602" Action="None" />
7 <!-- disable warning SA1633: The file header is missing or not located at the top of the file -->
8 <Rule Id="SA1633" Action="None" />
···31+ <Rule Id="SA1208" Action="None" />
32+ <!-- disable warning SA1208: The property's documentation summary text should begin with: 'Gets a value indicating whether' -->
33+ <Rule Id="SA1623" Action="None" />
34++ <!-- disable warning SA1625: Element documentation should not be copied and pasted -->
35++ <Rule Id="SA1625" Action="None" />
36 </Rules>
3738 <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.Design">