-
Notifications
You must be signed in to change notification settings - Fork 61
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
MTG-6 Update ktlint to 0.47.1 #1091
Conversation
@@ -6,6 +6,7 @@ | |||
|
|||
package com.datadog.gradle.plugin.checklicenses | |||
|
|||
@Suppress("ktlint:enum-entry-name-case") |
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.
Suppressing the check here as I dont think it is worth modifying all enum variables defined here...
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.
Thanks, I'll try and update the file generator to generate proper format
Codecov Report
@@ Coverage Diff @@
## develop #1091 +/- ##
===========================================
- Coverage 83.27% 83.20% -0.07%
===========================================
Files 273 273
Lines 9348 9363 +15
Branches 1503 1503
===========================================
+ Hits 7784 7790 +6
- Misses 1146 1150 +4
- Partials 418 423 +5
|
What does this PR do?
Update Ktlint to 0.47.1
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)