Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akuleshov7 opened this issue Dec 19, 2023 · 0 comments · May be fixed by #1892
Open

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

akuleshov7 opened this issue Dec 19, 2023 · 0 comments · May be fixed by #1892
Assignees
Labels
bug Something isn't working
Milestone

Comments

@akuleshov7
Copy link
Member

akuleshov7 commented Dec 19, 2023


/**
 * 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?

@akuleshov7 akuleshov7 added the bug Something isn't working label Dec 19, 2023
DrAlexD added a commit that referenced this issue Dec 22, 2023
### What's done:
- WIP

Closes #1884
@DrAlexD DrAlexD linked a pull request Dec 22, 2023 that will close this issue
@DrAlexD DrAlexD added this to the 2.1.0 milestone Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants