Skip to content

Make "end" only case opt-in #1

@azu

Description

@azu

Currently, report error for only start case like (
We want to report error for only end case like ).

NG

This is bad (.
This is bad (a].
This is bad ).

Current OK, but it should be error

This is bad ).
            ^ we want to check it

However, some user want to use 1).
So, we need to add new option to allow it as opt-in.
Or, it is just allow to use <number>)

// FIXME: It will be failed
// https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/issues/1
`
1) item 1
2) item 2
3) item 3
`,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions