Skip to content

Conversation

@Mopolo
Copy link
Member

@Mopolo Mopolo commented Dec 15, 2022

No description provided.

@Mopolo Mopolo requested a review from romm December 15, 2022 12:55
@szepeviktor
Copy link
Contributor

szepeviktor commented Jan 20, 2023

It could be checked :) in CI

        -
            name: "Checkout repository"
            uses: "actions/checkout@v3"
        -
            name: "Check EditorConfig configuration"
            run: "test -f .editorconfig"
        -
            name: "Check adherence to EditorConfig"
            uses: "greut/eclint-action@v0"

@romm
Copy link
Member

romm commented Jul 23, 2025

I'm not against it, but currently we have an issue with Markdown files. Take the following:

1. Scalar types will only accept values that strictly match their type.
2. Objects will only accept values that can be mapped to their constructor
   parameters, unneeded array entries will cause a mapping error.
3. Arrays and lists will only accept values that strictly match their subtypes
   and structure.

Lines 3 and 5 report errors, because the "indentation" is considered as wrong with 3 spaces. There are currently ~40 similar errors in the doc (basically every multilined-lists) and I currently have no idea how to fix that.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants