Skip to content

Commit 355508e

Browse files
Update config.yml
1 parent a08f64d commit 355508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ jobs:
277277
- run:
278278
name: Run Ktlint Code Formatting Check
279279
command: |
280-
exit 1 # checkin send error to slack
281280
echo "🧹 Running Ktlint code formatting check..."
282281
./gradlew ktlintCheck --no-daemon --max-workers=1 || {
283282
echo "❌ Ktlint found code formatting violations"
@@ -306,6 +305,7 @@ jobs:
306305
- run:
307306
name: Generate Javadoc
308307
command: |
308+
exit 1 # checkin send error to slack
309309
echo "📝 Generating Javadoc documentation..."
310310
./gradlew javadoc --no-scan || {
311311
echo "❌ Javadoc generation failed"

0 commit comments

Comments
 (0)