We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3593d commit a08f64dCopy full SHA for a08f64d
.circleci/config.yml
@@ -245,7 +245,6 @@ jobs:
245
- run:
246
name: Run Detekt Static Analysis
247
command: |
248
- exit 1 # checkin send error to slack
249
echo "🧹 Running Detekt static analysis..."
250
./gradlew detekt --no-daemon --max-workers=1 || {
251
echo "❌ Detekt found code style violations"
@@ -278,6 +277,7 @@ jobs:
278
277
279
name: Run Ktlint Code Formatting Check
280
+ exit 1 # checkin send error to slack
281
echo "🧹 Running Ktlint code formatting check..."
282
./gradlew ktlintCheck --no-daemon --max-workers=1 || {
283
echo "❌ Ktlint found code formatting violations"
0 commit comments