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.