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

Merge pull request #1304 from 1C-Company/bugfix/issue-fix-markdown

Уточнение описания проверки
This commit is contained in:
Dmitriy Marmyshev
2023-03-24 18:25:13 -07:00
committed by GitHub
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