Nariman Abdullin

Results 99 comments of Nariman Abdullin

There is a common suggestion to use a single letter for generic types (for example in java [Generic Types](https://docs.oracle.com/javase/tutorial/java/generics/types.html) -> _Type Parameter Naming Conventions_, or sonar: [squid:S00119](https://3layer.com.br/sonar/rules/show/squid:S00119?layout=false)). We can add...

Also, if `@param` present in kdoc for class, but `@property` is required -- Diktat adds a proper one, but doesn't detect `@param` as an issue

Do you mean support it in diktat with autofix? "replaceWith" doesn't mean replacement 1:1

If we will support it as autofix logic -- we will produce irrelevant code in 10% of scenarios.

Yep, looks like I didn't get properly `kotlin.ReplaceWith` Tested locally -- IDEA doesn't check that ReplaceWith.expression is valid (developer is who triggers a replacement in IDEA). But I guess there...

raised https://github.com/pinterest/ktlint/issues/1517

can be done in scope of https://github.com/saveourtool/diktat/issues/1301

plugins.gradle.org is still alive and mavenCentral is not a default one. There is instruction how to publish own plugin to gradle plugins, but it requires Gradle as a build system:...

Slides from KotlinConf about plugin: https://resources.jetbrains.com/storage/products/kotlinconf2018/slides/5_Writing%20Your%20First%20Kotlin%20Compiler%20Plugin.pdf