-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Rewrite pre-commit hook & ktlint apply to idea into Flank Scripts #1428
Conversation
Timestamp: 2021-01-05 17:39:00 |
flank-scripts/src/main/kotlin/flank/scripts/contribution/ContributionCommand.kt
Show resolved
Hide resolved
flank-scripts/src/main/kotlin/flank/scripts/contribution/githooks/GitHooksLinkCommand.kt
Show resolved
Hide resolved
c1681ec
to
ad891fd
Compare
...-scripts/src/main/kotlin/flank/scripts/contribution/ideaktlint/IdeaKtlintCodeStyleCommand.kt
Outdated
Show resolved
Hide resolved
e0db35a
to
739b51f
Compare
cf693a0
to
0444b9b
Compare
0444b9b
to
8629d6e
Compare
...-scripts/src/main/kotlin/flank/scripts/contribution/ideaktlint/IdeaKtlintCodeStyleCommand.kt
Outdated
Show resolved
Hide resolved
8629d6e
to
c0d7fce
Compare
I try to test how pre-commit hook works.
Maybe it's should commit files changed by ktlint? I'm not sure how it works before. WDYT? |
@adamfilipow92 can you explain a bit more what you mean i am confused. |
6370489
to
8b01b1c
Compare
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
8b01b1c
to
f5c3500
Compare
Co-authored-by: Jan Góral <[email protected]>
Co-authored-by: Jan Góral <[email protected]>
Co-authored-by: Jan Góral <[email protected]>
Fixes #1423
Test Plan
Tested for Windows.
Checklist