You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-17 05:02:20 +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,
|
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.
|
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
|
## Noncompliant Code Example
|
||||||
|
|
||||||
```bsl
|
```bsl
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
Исключением являются экспортные методы, расположенные в области "ПрограммныйИнтерфейс",
|
Исключением являются экспортные методы, расположенные в области "ПрограммныйИнтерфейс",
|
||||||
т.к. эти методы часто могут использоваться другими конфигурациями (библиотеками).
|
т.к. эти методы часто могут использоваться другими конфигурациями (библиотеками).
|
||||||
|
|
||||||
|
Проверка выполняет поиск всех ссылок на метод, поэтому может выполняться длительное время.
|
||||||
|
|
||||||
## Неправильно
|
## Неправильно
|
||||||
|
|
||||||
```bsl
|
```bsl
|
||||||
|
Reference in New Issue
Block a user