Skip to content
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

feat: support for excluding properties from validation #1132

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

fbricon
Copy link
Contributor

@fbricon fbricon commented Aug 30, 2023

Starting with excluded unknown properties
Screenshot 2023-08-31 at 15 47 10

Unassigned properties in Java files
Screenshot 2023-08-31 at 16 05 26

@fbricon fbricon self-assigned this Aug 30, 2023
@fbricon fbricon added this to the 1.27.0 milestone Aug 30, 2023
@fbricon fbricon force-pushed the excludes branch 2 times, most recently from c05bb45 to d0de100 Compare August 31, 2023 13:58
@fbricon fbricon marked this pull request as ready for review August 31, 2023 14:02
@fbricon fbricon added the enhancement New feature or request label Aug 31, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 3 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
28.3% 28.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

return settings;
}

private Map<String, Object> getSeverityAndExclusions(DiagnosticSeverity severity, List<String> exclusions) {
Copy link
Contributor

Choose a reason for hiding this comment

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

private static

@angelozerr angelozerr merged commit ff7a430 into redhat-developer:main Sep 1, 2023
11 of 13 checks passed
@angelozerr
Copy link
Contributor

Great job @fbricon !

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.

2 participants