Skip to content

Commit

Permalink
chore: fix tralling new-line
Browse files Browse the repository at this point in the history
  • Loading branch information
mirageoasis committed Aug 13, 2024
1 parent 3af31c9 commit a908e53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion scripts/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
# backend.ai monorepo standard pre-commit hook
BASE_PATH=$(cd "$(dirname "$0")"/../.. && pwd)
${BASE_PATH}/scripts/pre-commit.sh "$@"

2 changes: 1 addition & 1 deletion scripts/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ BASE_PATH=$(cd "$(dirname "$0")"/.. && pwd)
echo "Performing lint for changed files ..."

# Gradle을 사용하여 spotlessCheck 검사 수행
./gradlew spotlessCheck
./gradlew spotlessCheck
3 changes: 0 additions & 3 deletions scripts/pre-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ echo "Performing lint and check on ${ORIGIN}/${BASE_BRANCH}..HEAD@${CURRENT_COMM

# Gradle을 사용하여 spotlessCheck 검사 수행
./gradlew spotlessCheck

# 필요한 다른 검사 수행
# ./gradlew 다른_검사

0 comments on commit a908e53

Please sign in to comment.