Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor/#15] 프로젝트 이름 변경 및 CheckStyle 업데이트 #17

Merged
merged 5 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
# - name: Run Checkstyle
# run: ./gradlew checkstyleMain checkstyleTest
- name: Make application-prod.yml
run: |
touch src/main/resources/application-prod.yml
Expand Down
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.4'
id "org.sonarqube" version "4.0.0.2929"
// id 'checkstyle'
}

group = 'org.dnd'
Expand Down Expand Up @@ -56,4 +57,9 @@ sonar {
properties {
property "sonar.projectKey", "dnd-10th-2-backend"
}
}
}

//checkstyle {
// toolVersion '8.1'
// configFile = file('config/checkstyle-config.xml') // Path to your config file
//}
382 changes: 382 additions & 0 deletions config/checkstyle-config.xml

Large diffs are not rendered by default.

Loading
Loading