Skip to content

Conversation

@waffles-dev
Copy link
Collaborator

Fix most warnings in sonarqube, disabled following rules:

    "sonarlint.rules": {
        "typescript:S6353": {
            "level": "off"
        },
        "typescript:S7728": {
            "level": "off"
        },
        "css:S4667": {
            "level": "off"
        },
        "Web:S6851": {
            "level": "off"
        },
        "typescript:S7764": {
            "level": "off"
        }
    },

some rules had to be ignored as they cause errors. no huge changes, biggest change in Apps.vue where custom app icon is loaded, but all logic/flow should be equivalent

@waffles-dev waffles-dev requested review from Levev and TibixDev October 21, 2025 14:09
@waffles-dev waffles-dev force-pushed the chore/fix-sonar-warnings branch from 661c95c to f0b072f Compare October 24, 2025 11:42
@waffles-dev waffles-dev force-pushed the chore/fix-sonar-warnings branch from f0b072f to 8333c0b Compare October 25, 2025 09:50
@waffles-dev waffles-dev merged commit 63287e5 into main Oct 25, 2025
@waffles-dev waffles-dev deleted the chore/fix-sonar-warnings branch October 25, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants