1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-16 12:44:15 +02:00

Уточнение описания проверки

This commit is contained in:
Илюхин Артем Васильевич
2023-03-25 00:40:16 +03:00
parent 8ef4226278
commit 88ba119797
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Make sure your configuration does not contain unused metadata objects, such as c
command interface sections, and other. Also it must not contain the code of common modules, procedures,
functions, and variables, which is not used in the configuration and for integration with other systems.
The check searches for all references to the method, so it can take a long time.
## Noncompliant Code Example
```bsl

View File

@ -3,6 +3,8 @@
Исключением являются экспортные методы, расположенные в области "ПрограммныйИнтерфейс",
т.к. эти методы часто могут использоваться другими конфигурациями (библиотеками).
Проверка выполняет поиск всех ссылок на метод, поэтому может выполняться длительное время.
## Неправильно
```bsl