Nariman Abdullin

Results 99 comments of Nariman Abdullin

it's `info` project which generates a documentation. It's not integrated to main gradle build pipeline. We have an issue for it. https://github.com/saveourtool/diktat/issues/1840 About version of diktat in current `info`: I...

hi @illarionov, we will look into it in scope of diktat 2.0

> For the time being, it is possible to add: > > ``` > tasks.named("diktatFix") { > notCompatibleWithConfigurationCache("https://github.com/saveourtool/diktat/issues/1732") > } > ``` > > to your build.gradle. Which obviously doesn't...

Hi @mtyminsky, thanks for reporting the issue. We will look into it

We release fat jar with diktat cli to maven central. Probably it's not required, we have GitHub releases where we attach it as an asset. Also we attach script for...

can you please provide example? I didn't get...

It's another issue: it's about prefix `I`. We do not support it and diktat tries to change it to `IbaseMetrics`. So need to add two suppressions: `@file:Suppress("FILE_NAME_INCORRECT")` and `@Suppress("CLASS_NAME_INCORRECT")` But...

Depends on https://github.com/saveourtool/save-cli/issues/521