gladed

Results 3 comments of gladed

What you're doing is the only way right now. But having totally separate formats for "release" branches is a great idea. Instead of `hideBranches`, we could have `releaseBranches` and `releaseFormat`.

```kotlin interface Suspender { suspend fun foo(): Int } @Test fun suspendMockTest() { val happyMock = mockk() coEvery { happyMock.foo() } returns 5 runBlocking { assertEquals(5, happyMock.foo()) } // Pass...

0.15.0 not working for *.kt files and @utybo's fix works for the `licenseFormat` task but unfortunately not the license check itself.