Skip to content

Commit a08f64d

Browse files
Update config.yml
1 parent ef3593d commit a08f64d

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
@@ -245,7 +245,6 @@ jobs:
245245
- run:
246246
name: Run Detekt Static Analysis
247247
command: |
248-
exit 1 # checkin send error to slack
249248
echo "🧹 Running Detekt static analysis..."
250249
./gradlew detekt --no-daemon --max-workers=1 || {
251250
echo "❌ Detekt found code style violations"
@@ -278,6 +277,7 @@ jobs:
278277
- run:
279278
name: Run Ktlint Code Formatting Check
280279
command: |
280+
exit 1 # checkin send error to slack
281281
echo "🧹 Running Ktlint code formatting check..."
282282
./gradlew ktlintCheck --no-daemon --max-workers=1 || {
283283
echo "❌ Ktlint found code formatting violations"

0 commit comments

Comments
 (0)