Nariman Abdullin

Results 76 issues of Nariman Abdullin

Need to migrate to https://github.com/MicroUtils/kotlin-logging instead of usage SLF4J.

backlog

> have to move to this place because of a bug in `kotlin-maven-plugin` (will look at it later) _Originally posted by @nulls in https://github.com/saveourtool/diktat/pull/1379#discussion_r902259785_ Reproducer: https://github.com/nulls/kotlin-k2-import-issue

In scope of https://github.com/pinterest/ktlint/pull/1117, `com.pinterest.ktlint.core.internal.CurrentBaseline` was marked as deprecated with note that it will be removed in 0.47.0 We use the baseline for wrapping a report engine in maven\gradle plugins....

Use [save-cloud](https://github.com/saveourtool/save-cloud) project as reference It's a stopper for - #836 - #365

enhancement

Common suggestion about loggins: use lazy String calculation for arguments ```kotlin log.info("test $a and $b") ``` better ```kotlin log.info("test {} and {}", a, b) ```

The `info/guide/guide-chapter-3.md` doesn't contain `3.17` and `3.17.1`

documentation

### What's done: - removed DiktatRunnerFactory - refactored DiktatRunner to object (singleton)

### What's done: - migrated to SourceTask - removed inputs It closes #1026

### What's done: - Added a spotless plugin - Configured diktat via spotless It closes #1639

Originally found in https://github.com/saveourtool/diktat/discussions/1903

bug
tests