docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-D02DB7
|
||||
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
|
||||
category: "10_Wiki/💡 Topics/Programming & Language"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - 린터 (Linter)"
|
||||
---
|
||||
|
||||
# [[린터 (Linter)]]
|
||||
# [[린터 (Linter)|린터 (Linter)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 지식 요약 정보 추출 중...
|
||||
@@ -27,11 +27,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 린터 (Linter)"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[정적 분석 (Static Analysis)]], [[포매터 (Formatter)]], [[ESLint]]
|
||||
- **Projects/Contexts:** [[통합 개발 환경 (IDE)]], [[CI/CD 파이프라인]], [[코드 리뷰 (Code Review)]]
|
||||
- **Related Topics:** [[정적 분석(Static Analysis)|정적 분석 (Static Analysis)]], 포매터 (Formatter), [[ESLint|ESLint]]
|
||||
- **Projects/Contexts:** 통합 개발 환경 (IDE), [[CI_CD 파이프라인|CI/CD 파이프라인]], [[코드 리뷰 (Code Review)|코드 리뷰 (Code Review)]]
|
||||
- **Contradictions/Notes:** 린터(Linter)는 코드 품질 보장과 오류 검출에 중점을 두는 반면, 포매터(Formatter)는 코드를 깔끔하게 정렬하는 데 특화되어 있다 [17]. 그러나 린터(예: ESLint)에도 코드 포매팅 기능이 포함되어 있어 Prettier와 같은 전용 포매터와 함께 사용할 경우 스타일 규칙 충돌이 발생할 수 있으므로, 린터의 포매팅 기능을 끄고 문법 검사 기능만 사용하도록 설정(예: `eslint-config-prettier` 사용)하는 것이 권장된다 [18, 19].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/린터 (Linter).md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/린터 (Linter).md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user