Skip to content

Commit

Permalink
update min_ref_for_literature_references_check in OPNP_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
HadronCollider committed Sep 29, 2024
1 parent 57eb364 commit da9bca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main/checks/report_checks/style_check_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class StyleCheckSettings:
"unify_regex": None,
"regex": HEADER_REGEX,
"banned_words": STD_BANNED_WORDS,
'min_ref_for_literature_references_check': 5,
'min_ref_for_literature_references_check': 1,
'mах_ref_for_literature_references_check': 1000, #just for future possible edit
'min_count_for_banned_words_check': 2,
'max_count_for_banned_words_check': 10
Expand All @@ -228,7 +228,7 @@ class StyleCheckSettings:
"unify_regex": None,
"regex": HEADER_REGEX,
"banned_words": STD_BANNED_WORDS,
'min_ref_for_literature_references_check': 5,
'min_ref_for_literature_references_check': 3,
'mах_ref_for_literature_references_check': 1000, #just for future possible edit
'min_count_for_banned_words_check': 2,
'max_count_for_banned_words_check': 10
Expand Down

0 comments on commit da9bca9

Please sign in to comment.