You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckTask isn't very descriptive and clashes a bit with Gradle's check lifecycle task. Perhaps it could be renamed to something like CheckFormatTask or even CheckFormat? The latter is more idiomatic as most Gradle tasks don't have Task in their name. If we go with CheckFormat, FormatTask should probably become Format.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Rename Gradle's plugin's CheckTask to something less generic
Rename Gradle plugin's CheckTask to something less generic
Apr 29, 2021
CheckTask
isn't very descriptive and clashes a bit with Gradle'scheck
lifecycle task. Perhaps it could be renamed to something likeCheckFormatTask
or evenCheckFormat
? The latter is more idiomatic as most Gradle tasks don't haveTask
in their name. If we go withCheckFormat
,FormatTask
should probably becomeFormat
.The text was updated successfully, but these errors were encountered: