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 7fc7682 commit e03a973Copy full SHA for e03a973
Makefile
@@ -322,7 +322,8 @@ lint: gradle-dependencies ## Format the Android code
322
323
.PHONY: lint-ci
324
lint-ci: gradle-dependencies ## Check the Android code is formatted
325
- (cd android && ./gradlew ktfmtCheck)
+ (cd android && ./gradlew ktfmtCheck) \
326
+ || (echo -e "\033[1;31mLint failed. Run 'make lint' to fix.\033[0m" && exit 1)
327
328
.PHONY: emulator
329
emulator: ## Start an android emulator instance
0 commit comments