Skip to content

Commit

Permalink
ci: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 8, 2024
1 parent a3210f9 commit 4b54752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion script/ktlint-format.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -e
echo "🌊 ktlint android $file"

ktlint --color --format --relative --editorconfig=packages/core/android/.editorconfig "$@"
1 change: 0 additions & 1 deletion script/ktlint-lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e

echo "🌊 ktlint android $file"
ktlint --color --relative --editorconfig=packages/core/android/.editorconfig "$@"

0 comments on commit 4b54752

Please sign in to comment.