initial commit

This commit is contained in:
skettiks
2026-03-03 17:34:10 +03:00
commit aa4f0dbf00
39 changed files with 1653 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<baseline>
<!-- This file is generated by detekt and should be committed to version control -->
<!-- It contains the current code smell baseline for your project -->
</baseline>
+9
View File
@@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/detekt-1.22.0.json
comments:
UndocumentedPublicClass:
active: false
UndocumentedPublicFunction:
active: false
UndocumentedPublicProperty:
active: false