Skip to content

chore: 공개 위생 스캐너 최신화 - #34

Merged
yessjun merged 1 commit into
mainfrom
chore/hygiene-scanner-level
Aug 9, 2026
Merged

chore: 공개 위생 스캐너 최신화#34
yessjun merged 1 commit into
mainfrom
chore/hygiene-scanner-level

Conversation

@yessjun

@yessjun yessjun commented Aug 9, 2026

Copy link
Copy Markdown
Member

📝 작업내용

  • 공개 위생 스캐너를 최신 규칙 집합으로 갱신
  • 소문자로 나타나는 어휘를 잡는 규칙 포함, 단어 경계 패턴이 볼 수 없던 형태

⭐️ 검증

  • 스캐너 자체 테스트가 양방향으로 확인. 통과하던 두 형태를 잡고, 평범한 코드 여섯 형태에는 반응 없음
  • 이 레포지토리의 추적 파일 전량에 대해 위반 0건
  • shellcheck 지적 없음

💬 리뷰 포인트

  • 규칙 변경 시 한 사본만 고치면 다른 사본과 어긋나므로, 사본 전체를 함께 갱신할 것

The scanner is duplicated per repository on purpose and every copy is
meant to be byte-identical. They were not: several generations had
accumulated at once, and the rules written most recently — including the
one that catches this vocabulary in lowercase, where a word-boundary
pattern can never see it — were present in some copies and missing from
others. This copy was among the ones missing them.

Its selftest proves both directions, so the added rules are exercised
here rather than taken on trust.
@yessjun
yessjun merged commit 414da21 into main Aug 9, 2026
1 check passed
@yessjun
yessjun deleted the chore/hygiene-scanner-level branch August 9, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant