-
Notifications
You must be signed in to change notification settings - Fork 294
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
Update the license header to 2022 #1437
Conversation
Is it better to have a date range: 2021-2022, or just 2022? wdyt? |
Codecov Report
@@ Coverage Diff @@
## master #1437 +/- ##
=========================================
Coverage 90.07% 90.07%
Complexity 648 648
=========================================
Files 129 129
Lines 9843 9843
Branches 716 716
=========================================
Hits 8866 8866
Misses 591 591
Partials 386 386 Continue to review full report at Codecov.
|
Actually I think i'll try this: https://github.com/diffplug/spotless/tree/main/plugin-gradle#ratchet And discussion here: diffplug/spotless#183 |
this is done. @omarismail94 ptal! thanks! |
as you can see this change took effect on itself. the header file of the spotlessconfig.kt file has been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool fix! I like it a lot!! 🎉
Unfortunately github actions seem to be failing
looking 👀 |
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Description
Clear and concise code change description.
Alternative(s) considered
NA
Type
Documentation
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.