Skip to content

Use new find-utils in textlint - linter.lintFile() use new find-utils #1412

@azu

Description

@azu

Current linter.lintFile() does not ignore absolute file path in any case.
We should change the behavior in next major updates.

Before

.secretlintignore

**/*.md

lint command

$ textlint ./README.md

Results:

...Lint Errrors

After

.secretlintignore

**/*.md

lint command

$ textlint ./README.md

Results: ignore README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions