fix: improve linter execution with TypeScript support and language filtering#57
Merged
fix: improve linter execution with TypeScript support and language filtering#57
Conversation
- Checkstyle, PMD 등 Java 기반 린터 실행을 위한 JDK 21 추가
- Update ESLint configuration to include TypeScript parser. - Enhance CheckAvailability method to verify both ESLint and TypeScript parser installations. - Modify Install method to install @typescript-eslint/parser alongside ESLint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@typescript-eslint/parser통합Install()호출 후 WorkDir이 ToolsDir로 고정되어 린터가 잘못된 경로에서 실행되던 버그 수정Changes
TypeScript 지원 추가
@typescript-eslint/parser자동 설치parser: "@typescript-eslint/parser"추가TS7006→no-implicit-any,TS2531→strict-null-checks)언어 필터링 버그 수정
intersectLanguages()함수 추가: 사용자 지정 언어와 린터 지원 언어의 교집합만 적용WorkDir 리셋 버그 수정
코드 개선
기타
user-policy.json참조 제거