We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Textlint において、.textlintignore ファイルによってテスト対象から除外するファイルを設定している。 npm run の CLI コマンドにおいては正しく除外ファイルが設定されているが、VS Code 上では除外されたファイルに対してもエラーが表示されたままである。
下記のように、vscode-textlintにおいて.textlintignoreのfixがPull request 上に上がっているため、上記がマージされ次第正しく警告が発生しないように設定されているかを確認する必要がある。
taichi/vscode-textlint#72
上記の Pull request がマージされていることを確認 .github フォルダー配下のmdファイルの警告が発生していない
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
Textlint において、.textlintignore ファイルによってテスト対象から除外するファイルを設定している。
npm run の CLI コマンドにおいては正しく除外ファイルが設定されているが、VS Code 上では除外されたファイルに対してもエラーが表示されたままである。
詳細 / 機能詳細(オプション)
下記のように、vscode-textlintにおいて.textlintignoreのfixがPull request 上に上がっているため、上記がマージされ次第正しく警告が発生しないように設定されているかを確認する必要がある。
taichi/vscode-textlint#72
完了条件
上記の Pull request がマージされていることを確認
.github フォルダー配下のmdファイルの警告が発生していない
The text was updated successfully, but these errors were encountered: