You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-16 12:44:15 +02:00
Merge pull request #1304 from 1C-Company/bugfix/issue-fix-markdown
Уточнение описания проверки
This commit is contained in:
@ -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
|
||||
|
@ -3,6 +3,8 @@
|
||||
Исключением являются экспортные методы, расположенные в области "ПрограммныйИнтерфейс",
|
||||
т.к. эти методы часто могут использоваться другими конфигурациями (библиотеками).
|
||||
|
||||
Проверка выполняет поиск всех ссылок на метод, поэтому может выполняться длительное время.
|
||||
|
||||
## Неправильно
|
||||
|
||||
```bsl
|
||||
|
Reference in New Issue
Block a user