Skip to content

Commit 7d56839

Browse files
authored
Merge pull request #3019 from 1c-syntax/translations_docs-diagnostics-missingcommonmodulemethod-md--develop_en
Translate 'docs/diagnostics/MissingCommonModuleMethod.md' in 'en'
2 parents 750ad4c + 2dd0c8b commit 7d56839

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/en/diagnostics/MissingCommonModuleMethod.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
<!-- Блоки выше заполняются автоматически, не трогать -->
44
## Description
55
<!-- Описание диагностики заполняется вручную. Необходимо понятным языком описать смысл и схему работу -->
6+
Diagnostics detects erroneous calls to methods of common modules.
7+
Detects the following errors
8+
- method does not exist in the specified common module
9+
- method is in the common module, but it is not exported
10+
- if a common module has no source code, then all calls to its methods are marked as erroneous
611

12+
Excluded
13+
- the variable name is the same as the common module name
714
## Examples
815
<!-- В данном разделе приводятся примеры, на которые диагностика срабатывает, а также можно привести пример, как можно исправить ситуацию -->
916

0 commit comments

Comments
 (0)