Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 78a3f8a

Browse files
committed
chore: clean up unused using directive in Cilium.cs and ensure consistent editorconfig settings
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent 1d2c81f commit 78a3f8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ insert_final_newline = true
1111
max_line_length = 120
1212

1313
[*.cs]
14+
# Set default severity for all rules to warning
15+
dotnet_analyzer_diagnostic.severity = warning
16+
1417
# Rule: Set personal preferences for analyzer diagnostics
1518
csharp_style_expression_bodied_accessors = when_on_single_line
1619
csharp_style_expression_bodied_constructors = when_on_single_line

src/Devantler.CiliumCLI/Cilium.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Runtime.InteropServices;
2-
using System.Text;
32
using CliWrap;
43
using CliWrap.Buffered;
54

0 commit comments

Comments
 (0)