Jan Sten Adámek
Jan Sten Adámek
When using `--editorconfig` option, a wrong path will be resolved. Without `--editorconfig`: ``` 12:13:49.290 [pool-1-thread-1] TRACE com.pinterest.ktlint.core.internal.EditorConfigLoader - Resolving .editorconfig files for app/src/main/kotlin/com/example/Example1.kt file path: 12:13:49.290 [pool-1-thread-2] TRACE com.pinterest.ktlint.core.internal.EditorConfigLoader -...
### Describe the bug With `clientConfig.isIncludeEnvVars = true` set, there are no environment variables in the generated build info JSON. Custom properties added with `buildInfo.addEnvironmentProperty` are not there either. I...
### Describe the bug When a dependency of a module is referenced by a lot of tasks, publishing build info fails with ``` { "errors" : [ { "status" :...
Hi, One thing that I currently use pretty often (especially for networking code) is: ```cpp if (!AssertTrue(a > 3)) { // Handle the failed assertion in release return; } ```...
Hi and thanks for the amazing library! For handling unexpected values, I would like an unconditional assertion for which a custom assertion handler can decide not to abort, i.e. one...