Skip to content

Commit c89d506

Browse files
committed
Fixed if present check
1 parent 7316257 commit c89d506

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/main/check_packs/pack_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
['task_tracker'],
2424
['overview_in_tasks'],
2525
['PresAbbreviationsCheck'],
26+
['abbreviations_check']
2627
]
2728
BASE_REPORT_CRITERION = [
2829
["simple_check"],

app/main/checks/presentation_checks/abbreviations_presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class PresAbbreviationsCheck(BasePresCriterion):
66
label = "Проверка расшифровки аббревиатур в презентации"
77
description = "Все аббревиатуры должны быть расшифрованы при первом использовании"
8-
id = 'pres_abbreviations_check'
8+
id = 'abbreviations_check_pres'
99

1010
def __init__(self, file_info):
1111
super().__init__(file_info)

0 commit comments

Comments
 (0)