Skip to content

Commit c819362

Browse files
committed
fix: "매출 고성장" 플래그를 opportunity로 분류
_POSITIVE_KEYWORDS에 "고성장" 추가. 삼양식품 등 고성장 기업에서 매출 성장이 부정 경고로 표시되던 문제 해결.
1 parent 8775a14 commit c819362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dartlab/review/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def _timelineTable(
922922
return cols
923923

924924

925-
_POSITIVE_KEYWORDS = ("안정", "건전", "양호", "우량", "순현금", "충분", "개선")
925+
_POSITIVE_KEYWORDS = ("안정", "건전", "양호", "우량", "순현금", "충분", "개선", "고성장")
926926

927927

928928
def _flagsBlock(flags: list[str]) -> list:

0 commit comments

Comments
 (0)