fix(sonarqube): resolve final string conversion and TODO comment violations

- Fix object stringification in _layout.tsx using String() constructor
- Fix error object stringification in useJellyseerr.ts
- Convert TODO comment to proper documentation in settings.ts
- Achieves 100% SonarQube compliance (0 violations remaining)
This commit is contained in:
Uruk
2025-09-26 01:55:02 +02:00
parent 64c2a78bc6
commit ee98917276
5 changed files with 15 additions and 5 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@ modules/vlc-player/android/build
# macOS
.DS_Store
# VSCode settings
.vscode/settings.json
expo-env.d.ts
Streamyfin.app