Skip to content

프로젝트 패키지 디렉토리 구조 설계 #1

프로젝트 패키지 디렉토리 구조 설계

프로젝트 패키지 디렉토리 구조 설계 #1

Triggered via pull request January 1, 2024 11:05
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Checkstyle job
13s
Checkstyle job
build_job
40s
build_job
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Checkstyle job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/common/baseentity/BaseEntity.java#L10
[testtool] reported by reviewdog 🐶 Extra separation in import group before 'java.time.LocalDateTime' Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/common/baseentity/BaseEntity.java:10:1: warning: Extra separation in import group before 'java.time.LocalDateTime' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/common/baseentity/BaseEntity.java#L10
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.data.jpa.domain.support.AuditingEntityListener'. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/common/baseentity/BaseEntity.java:10:1: warning: Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.data.jpa.domain.support.AuditingEntityListener'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)