-
Notifications
You must be signed in to change notification settings - Fork 109
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
bump bsl-parser and Disable diagnostics #2869
Conversation
Интересно, падает тест |
c57b775
to
9e3901a
Compare
9e3901a
to
9d60330
Compare
...a/com/github/_1c_syntax/bsl/languageserver/diagnostics/CommonModuleAssignDiagnosticTest.java
Show resolved
Hide resolved
@@ -81,6 +81,7 @@ public List<BSLDiagnostic> diagnostics(DocumentContext documentContext) { | |||
.filter(info -> correctModuleType(info, moduleType, fileType)) | |||
.filter(info -> passedCompatibilityMode(info, compatibilityMode)) | |||
.map(DiagnosticInfo::getDiagnosticClass) | |||
.filter(diagnostic -> !diagnostic.isAnnotationPresent(Disabled.class)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не стрельнет в случае декоратора? может взять сприновый AnnotationUtils, который проверит иерархию классов?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я не справился с AnnotationUtils
SonarCloud Quality Gate failed. |
@disable для диагностик
Поднятие версии парсера
Выключение диагностики FieldsFromJoinsWithoutIsNull