Kirill Gevorkyan

Results 33 issues of Kirill Gevorkyan

Please take a look at https://github.com/toml-lang/toml/issues/413. Despite the fact, that for now there is no such feature in TOML standard, may be it will be convenient and could be an...

## Describe the bug Consider the following code, where there is exist extra `kdoc` for already described `param2` ```kotlin /** * @param param1 description1 * @param param2 description2 * @param...

enhancement

It could be useful to process multiline comments, marked as `TODO` or `FixME` as follows: ```kotlin // TODO: comment1 // comment2 // comment3 ``` Change to ```kotlin // TODO: comment1...

enhancement
good first issue

Implement the rule, which will detect useless scoped functions, and remove extra actions. For example, in a bundle of `let - run` it can be quite often met situations, when...

enhancement
help wanted
good first issue
needed

## Describe the bug In Long Line rule we have two methods, which processed binary expressions in `property` nodes: `dfsForProperty` and `findAllText` `dfsForProperty` collected the nodes to `binList`, by which...

enhancement

## Describe the bug There is not the first time, when `public LeafElement replaceWithText()` from `LeafElement.java` causes the exceptions in diKTat Seems, that it can break the structure of AST...

enhancement
good first issue

In case of some long condition ```kotlin if (cond1 && cond2 && cond3 && .....) { } ``` It's better to create an additional variable for more readability ```kotlin val...

enhancement
good first issue

Besides of the long length, line could be also complex because of the number of inline lambdas in it, despite the fact, that by itself, it could not exceed the...

enhancement
refactoring

If for some reasons, function have no any logic, but exists only for some kind of execution: in cases of testing via `JUnit Runners` or `JUnit Rules` or some other...

enhancement
good first issue

# TODO: - [x] test API after changing - https://github.com/saveourtool/save-backend-tests/pull/71 - [x] #2386 - refactor `BackendService` and receive save's entity\class instead of spring's one to allow to provide ID -...

help wanted
auth
vulnerabilities