···197198 with subtest("have the terminal display a colour"):
199 # We run this command in the background
0200 machine.shell.send(b"(run-in-this-term display-colour |& systemd-cat -t terminal) &\n")
201202 with machine.nested("Waiting for the screen to have pink on it:"):
···197198 with subtest("have the terminal display a colour"):
199 # We run this command in the background
200+ assert machine.shell is not None
201 machine.shell.send(b"(run-in-this-term display-colour |& systemd-cat -t terminal) &\n")
202203 with machine.nested("Waiting for the screen to have pink on it:"):
···1+diff --git a/jellyfin.ruleset b/jellyfin.ruleset
2+index 1c834de82..e8f091f71 100644
3+--- a/jellyfin.ruleset
4++++ b/jellyfin.ruleset
5+@@ -54,6 +54,29 @@
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" />
9++
10++ <!-- disable warning SA1028: Code should not contain trailing whitespace -->
11++ <Rule Id="SA1028" Action="None" />
12++ <!-- disable warning SA1507: Code should not contain multiple blank lines in a row -->
13++ <Rule Id="SA1507" Action="None" />
14++ <!-- disable warning SA1642: Constructor summary documentation should begin with standard text -->
15++ <Rule Id="SA1642" Action="None" />
16++ <!-- disable warning SA1505: An opening brace should not be followed by a blank line -->
17++ <Rule Id="SA1505" Action="None" />
18++ <!-- disable warning SA1508: A closing brace should not be preceded by a blank line -->
19++ <Rule Id="SA1508" Action="None" />
20++ <!-- disable warning SA1513: Closing brace should be followed by blank line -->
21++ <Rule Id="SA1513" Action="None" />
22++ <!-- disable warning SA1111: Closing parenthesis should be on line of last parameter -->
23++ <Rule Id="SA1111" Action="None" />
24++ <!-- disable warning SA1649: File name should match first type name -->
25++ <Rule Id="SA1649" Action="None" />
26++ <!-- disable warning SA1137: Elements should have the same indentation -->
27++ <Rule Id="SA1137" Action="None" />
28++ <!-- disable warning SA1005: Single line comment should begin with a space -->
29++ <Rule Id="SA1005" Action="None" />
30++ <!-- disable warning SA1208: Using directive for 'System.Text' should appear before directive for '...' -->
31++ <Rule Id="SA1208" Action="None" />
32+ </Rules>
33+34+ <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.Design">
+1-1
pkgs/servers/jellyfin/node-composition.nix
···1-# This file has been generated by node2nix 1.9.0. Do not edit!
23{pkgs ? import <nixpkgs> {
4 inherit system;
···1+# This file has been generated by node2nix 1.11.1. Do not edit!
23{pkgs ? import <nixpkgs> {
4 inherit system;