Skip to content

PoC for UI #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

PoC for UI #522

wants to merge 1 commit into from

Conversation

sventorben
Copy link
Owner

@sventorben sventorben commented Mar 7, 2025

Experimenting with UI-based configuration options.

image

Signed-off-by: Sven-Torben Janus <[email protected]>
@sventorben sventorben added the enhancement New feature or request label Mar 7, 2025
@sventorben sventorben self-assigned this Mar 7, 2025
Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gates Failed
Enforce advisory code health rules (1 file with Complex Conditional)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
ConfigSyncForUiEventListener.java 1 advisory rule 10.00 → 9.69 Suppress

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

}

private void handleDelete(RealmModel realmModel, String resourcePath) {
if (resourcePath != null && !resourcePath.isBlank() && resourcePath.contains("/")) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ New issue: Complex Conditional
handleDelete has 1 complex conditionals with 2 branches, threshold = 2

Suppress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant