1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-03-04 08:08:18 +02:00

Merge pull request #981 from 1C-Company/bugfix/980-disable-undefined-checks

980-disable-undefined-checks: Временное отключение проверок undefined*
This commit is contained in:
Dmitriy Marmyshev 2022-02-14 17:18:07 +03:00 committed by GitHub
commit 66318514cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@
category="com.e1c.v8codestyle.bsl"
class="com.e1c.v8codestyle.bsl.check.IsInRoleCheck">
</check>
<!-- Temporary disabling checks
<check category="com.e1c.v8codestyle.bsl"
class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.check.UndefinedMethodCheck">
</check>
@ -223,6 +224,7 @@
<check category="com.e1c.v8codestyle.bsl"
class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.check.UndefinedVariableCheck">
</check>
-->
<check
category="com.e1c.v8codestyle.bsl"
class="com.e1c.v8codestyle.bsl.check.InvocationFormEventHandlerCheck">