Skip to content

Commit 2dd0c8b

Browse files
Apply translations in en
100% translated for the source file 'docs/diagnostics/MissingCommonModuleMethod.md' on the 'en' language.
1 parent 750ad4c commit 2dd0c8b

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)