Skip to content

KDOC_NEWLINES_BEFORE_BASIC_TAGS is not fixing a newline problem from the first run #1884

@orchestr7

Description

@orchestr7
/**
 * This class can be used for reading [Source] in TOML format
 * @property serializersModule
 */
@OptIn(ExperimentalSerializationApi::class)
public open class TomlSourceReader(
    inputConfig: TomlInputConfig = TomlInputConfig(),
    outputConfig: TomlOutputConfig = TomlOutputConfig(),
    override val serializersModule: SerializersModule = EmptySerializersModule()
) : Toml(
    inputConfig,
    outputConfig,
    serializersModule
) { }

Correctly causes KDOC_NEWLINES_BEFORE_BASIC_TAGS error. But why it is not automatically fixed from the first run?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions